tosystem("print.pl",$ref_array1,$ref_array2);
And run, you'll see what you're passing to the second script.print "Array 1: $ref_array1\nArray 2: $ref_array2\n";
A suggested you'll have to provide the contents of the arrays rather than references to the second script.
In reply to Re^3: De-Reference an array
by Utilitarian
in thread De-Reference an array
by Ankit.11nov
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |