Mega Code Archive

 
Categories / Perl / Array
 

Using qw to construct a string array

@array = qw(one two three);