#in my calling script system(qq(perl script2.pl @theArray));
Can someone tell me what is the problem of the way I am passing the array? thanks#in my reciving script my @RecivedArray; if ($#ARGV != 0) { die " no argument was passed\n"; } @RecivedArray = $ARGV[0];
In reply to Passing arguments by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |