Help for this page
Select Code to Download
Select
or
download this
mine @a = (1,2,3);
Select
or
download this
my @a; my $a = \@a; @a = (1,2,3);
Select
or
download this
mine @a = (1,2,3);