Help for this page
Select Code to Download
Select
or
download this
$hash{KEY}
Select
or
download this
$hash{'KEY'}
Select
or
download this
my %hash1 = ('TESTVALUE', 'OK'); my %hash2 = (123, , 1);
Select
or
download this
my %hash1 = (TESTVALUE() => 'OK');
Select
or
download this
my %hash1 = (TESTVALUE, 'OK');
Select
or
download this
$hash1{+TESTVALUE}
Select
or
download this
$hash1{TESTVALUE()}