uday_sagar has asked for the wisdom of the Perl Monks concerning the following question:
Monks,
I have to receive an array from a perl code by another perl. I thought this way, but isn't working!
@array = `perl ./perlmonks_are_great.pl`; print @array;
Thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Calling a perl script(that returns an array) withing a perl script.
by choroba (Cardinal) on Aug 21, 2012 at 12:17 UTC | |
|
Re: Calling a perl script(that returns an array) withing a perl script.
by moritz (Cardinal) on Aug 21, 2012 at 12:18 UTC | |
|
Re: Calling a perl script(that returns an array) within another perl script.
by greengaroo (Hermit) on Aug 21, 2012 at 12:56 UTC | |
|
Re: Calling a perl script(that returns an array) within another perl script.
by aitap (Curate) on Aug 21, 2012 at 12:23 UTC |