ddub7 has asked for the wisdom of the Perl Monks concerning the following question:
Hi all,
I'll try to be as clear as i can - sorry if i'm not since english isn't my first language.
I'm working on a huge bash script, that needs to call perl scripts to do some actions.
Basically, all the local job is done by a bash parent, who calls child perl scrits for all the remote actions.
For example, i call a perl script with parameters/options who ask a remote server for informations and store them into an array.
What i'd like to do now is to be able to access this array in my parent bash.
What's the good way to do this?
Thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: perl child to return var to a bash parent
by shmem (Chancellor) on May 02, 2011 at 13:17 UTC | |
|
Re: perl child to return var to a bash parent
by Anonymous Monk on May 02, 2011 at 11:15 UTC | |
by ddub7 (Initiate) on May 02, 2011 at 11:29 UTC | |
by choroba (Cardinal) on May 02, 2011 at 13:21 UTC | |
|
Re: perl child to return var to a bash parent
by anonymized user 468275 (Curate) on May 02, 2011 at 11:59 UTC |