Help for this page
Select Code to Download
Select
or
download this
my $r = ['a', 'b', 'c'];
Select
or
download this
my $r; { my @a = ('a', 'b', 'c'); $r = \@a; }