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