in reply to Re: dynamic hash name
in thread dynamic hash name
for my $key ( keys %citystate ) { $fhdest -> print("<p>$key</p>"); } for my $key ( keys %citycountry ) { $fhdest -> print("<p>$key</p>"); } for my $key ( keys %airportCode ) { $fhdest -> print("<p>$key</p>"); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: dynamic hash name
by ikegami (Patriarch) on Feb 03, 2009 at 01:34 UTC |