2 lines
40 B
Perl
2 lines
40 B
Perl
|
$hash{name} = "AAA";
|
||
|
print $hash{name};
|