Help for this page
Select Code to Download
Select
or
download this
@m = (\@a, \@b, \@c);
Select
or
download this
@m = \(@a, @b, @c)
Select
or
download this
my @listOfSVs = map \$_, @a, @b, @c;