Help for this page
Select Code to Download
Select
or
download this
@a = qw/foo bar/; print @a->[1];
Select
or
download this
print $a[1];
Select
or
download this
print @a[1];