in reply to Re^2: De-Reference an array
in thread De-Reference an array
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.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: De-Reference an array
by Ankit.11nov (Acolyte) on Oct 12, 2009 at 06:32 UTC | |
by Utilitarian (Vicar) on Oct 12, 2009 at 06:59 UTC |