in reply to Re^2: subroutine memory variable scope
in thread subroutine memory variable scope
"I made a few changes but I am still only getting the 1st tier of keys"
Then undo the changes, because the code I posted returns all levels of keys.
The key part which you stripped out is...
push @the_inputs, @{ analyse_user_inputs(...) };
When you understand what that's doing, then you'll understand why you shouldn't have stripped it out.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: subroutine memory variable scope
by austinj (Acolyte) on Dec 13, 2012 at 18:33 UTC | |
by tobyink (Canon) on Dec 13, 2012 at 19:49 UTC |