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; [download]
Thanks
In reply to Calling a perl script(that returns an array) within another perl script. by uday_sagar