Help for this page
Select Code to Download
Select
or
download this
my @x = ($a,$b) = (4,5,6); # @x = (4,5)
Select
or
download this
my $x = ($a,$b) = (4,5,6); # $x = 3