in reply to Re: Preserving hash structure after subroutine call
in thread Preserving hash structure after subroutine call
%{ $href } = %results;
In my example I tried using Storable's dclone() which I thought replace the references with the real data, but apparently not. I agree that it has something to do with scoping, I'm just not sure how to solve it.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Preserving hash structure after subroutine call
by suaveant (Parson) on May 13, 2003 at 21:35 UTC |