Sorry, I have some problem again .... Pl advise..!!
If you pass an array as individual arguments starting at the fourth, like:
sample.pl var1 var2 var3 arrval1 arrval2
then I could set the array in the script like:
@arrayarg = @ARGV[3..$#ARGV];
But if I want to pass 2 arrays, then what could...