2 lines
52 B
Perl
2 lines
52 B
Perl
|
$hash{'fruit'} = 'apple';
|
||
|
print "$hash{'fruit'}\n";
|