my %Cls = ('P' => 'a',
'N' => 'b',
'U' => 'c');
print %Cls.": \n\n";
foreach $a (keys(%Cls)) {
print "$a => $Cls{$a}\n";
}
In reply to Re: Hash problem: each() failure
by Anonymous Monk
in thread Hash problem: each() failure
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |