|
|
qw in perl - Perl
|
Views : 265
|
|
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.
|
qw in perl
Used to set values in array or hash variable without using quotes.
@x = qw(value1 value2 value3);
%x = qw(
key1 value1
key2 value2
key3 value3
); |
|
By Geethalakshmi, On - 2010-09-17 |
|
|
|