|
|
Perl Join Function - Perl
|
Views : 251
|
|
Tagged in : Perl
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
Perl Join Function
The join() function is used to convert the array back to a single variable. The first value in the expression represents the delimiter value or expression to use.
$bigfield = join("AND", @fields);
$bigfield = "field1ANDfield2ANDlastfield"
|
|
By Geethalakshmi, On - 2010-09-17 |
|
|
|