in reply to How to return Hashref from one script to another script?
Your child script returns a hash reference .. how? I wonder if you mean subroutine, not script. A reference is an address in memory which will become invalid at the conclusion of the script because perl will release all memory at the end of the program. In any event, if you could share your source code, it would help.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to return Hashref from one script to another script?
by sriram83.life (Acolyte) on Mar 12, 2014 at 17:26 UTC | |
by GotToBTru (Prior) on Mar 12, 2014 at 18:04 UTC |