in reply to Re: hash problem
in thread hash problem
Of course this fails if @keys is emptymy @keys = qw(one two three); my $hash = 1; $hash = { $_=> $hash } for reverse @keys;
Dave.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: hash problem
by BrowserUk (Patriarch) on Jul 09, 2004 at 20:50 UTC |