in reply to Hashes and Memory
Hum -- this looks odd
my %coord = %{$ref_coord}; #dereferenceDoesn't that copy the hash?
It's probably better to use the reference directly. Something like :-
#e.g. my @c = split /\s+/,$ref_coord->{$id};
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Hashes and Memory
by Jeri (Scribe) on Sep 08, 2011 at 17:24 UTC | |
by Jeri (Scribe) on Sep 08, 2011 at 17:37 UTC | |
by Kc12349 (Monk) on Sep 08, 2011 at 18:13 UTC | |
by RichardK (Parson) on Sep 09, 2011 at 09:37 UTC | |
by Jeri (Scribe) on Sep 09, 2011 at 15:46 UTC |