in reply to Re: Comments trouble
in thread Comments trouble
runs just fine, but if I add the line:%sushi = ( inari => "tofu", maguro => "tuna", ika => "squid", tamago => "omelet", sake => "salmon"); @english = values(%sushi); @japanese = keys(%sushi); foreach (@english) { ($japanese,$english) = each(%sushi); print ("$english => $japanese\n"); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Comments Trouble
by castaway (Parson) on Dec 29, 2003 at 08:28 UTC | |
by ctp (Beadle) on Dec 30, 2003 at 00:18 UTC |