Help for this page
Select Code to Download
Select
or
download this
my ( @x, @y, @z ) = ("z", "y", "z");
Select
or
download this
my @x = ("z", "y", "z"); my ( @y, @z );