in reply to lopping through a hash passed as a reference
-- vek --foreach $k (keys %$hash) { print $k, "=>", $hash->{$k}, "\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: lopping through a hash passed as a reference
by mnlight (Scribe) on Oct 25, 2002 at 15:44 UTC |