in reply to Sending a hash reference to a subroutine, and retain its values after returning from that subroutine
my $tmp=DoStuff(\%records); %records=%{$tmp};
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Sending a hash reference to a subroutine, and retain its values after returning from that subroutine
by GotToBTru (Prior) on Dec 30, 2014 at 02:50 UTC |