programming-examples/perl/String/Assign returning value from qw to an array.pl

3 lines
33 B
Perl
Raw Normal View History

2019-11-15 12:59:38 +01:00
@a = qw/P, e, r, l/;
print @a;