Help for this page
Select Code to Download
Select
or
download this
$value = %hash->{key};
Select
or
download this
@array = ('a','b','c'); print @array->[2], "\n";