in reply to RE: RE: RE: Hash Push
in thread Hash Push
Now you don't have to define a nested subroutine.sub routine_that_they_call { my @args = @_; my %data_to_be_filled; recursive_subroutine(\%data_to_be_filled, @args); return \%data_to_be_filled; }
-- Randal L. Schwartz, Perl hacker
|
|---|