lazurwol has asked for the wisdom of the Perl Monks concerning the following question:
my %Point = ('E' => [0,1,2], 'ID' => 'X30Y30VX11VY15E15'); &SomeRoutine(\%Point); sub SomeRoutine { $P = shift; $id = $$P{'ID'}; @e = $@{$P{'E'}};
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to copy an list from a reference hash?
by davido (Cardinal) on Nov 30, 2004 at 22:24 UTC | |
|
Re: How to copy an list from a reference hash?
by Velaki (Chaplain) on Nov 30, 2004 at 22:36 UTC | |
|
Re: How to copy an list from a reference hash?
by injunjoel (Priest) on Nov 30, 2004 at 22:26 UTC | |
|
Re: How to copy an list from a reference hash?
by jimbojones (Friar) on Nov 30, 2004 at 22:28 UTC |