http://qs321.pair.com?node_id=904987


in reply to Re: How to pass array as a reference from one perl file to other
in thread How to pass array as a reference from one perl file to other

system ("./test-2.pl", @$test);
And have test-2 see the values as the contents of @_.
No, the values are in @ARGV.