Mega Code Archive

 
Categories / Perl / String
 

Assign returning value from qw to an array

@a = qw/P, e, r, l/; print @a;