in reply to assignment to scalar changing array content
Then you'd want $ref->{$raliashash} there.$refarrayptr is a reference to an array containing hash keys. $ref is a reference to a hash containing references to anonymous arrays.$reference = $ref{$raliashash}; $ralias = ${$reference}[0]; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: assignment to scalar changing array content
by reasonablekeith (Deacon) on Nov 16, 2005 at 10:57 UTC |