Help for this page
Select Code to Download
Select
or
download this
print $array->[2]; print $hash->{a};
Select
or
download this
print $$array[2]; print $$hash{a};