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};
  • Comment on Re: Sending a hash reference to a subroutine, and retain its values after returning from that subroutine
  • Download Code

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

    This won't work - DoStuff never returns anything.

    1 Peter 4:10