Help for this page

Select Code to Download


  1. or download this
     
    #in my calling script
    system(qq(perl script2.pl @theArray));
    
  2. or download this
     
    #in my reciving script
    my @RecivedArray;
    ...
    die " no argument was passed\n";
    }
    @RecivedArray = $ARGV[0];