in reply to how to $hash{key}{@keys} = @values
@{$hash{key}}{@keys} = @values
Dave.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: how to $hash{key}{@keys} = @values
by rduke15 (Beadle) on Apr 10, 2005 at 16:20 UTC | |
by ysth (Canon) on Apr 10, 2005 at 22:52 UTC |