Mega Code Archive
Categories
/
Perl
/
String
Demonstrating the qw operator
@array = qw( this is an array of strings ); print "@array\n\n";