Help for this page

Select Code to Download


  1. or download this
    if ($#ARGV != 0) {
        die " no argument was passed\n";
    }
    
  2. or download this
    system( '/path/to/perl', '/path/to/script2.pl', @theArray) and die $?, $!;