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