Help for this page
Select Code to Download
Select
or
download this
my $x = 1, 2, 3;
Select
or
download this
my @y = 1 .. 8; my $x = @y, 2, 3; print $x;