Help for this page

Select Code to Download


  1. or download this
    if (arguments_ok(@ARGV)) {
       # do something
    } else {
       # complain loudly
    }
    
  2. or download this
    system($^X, "some_script.pl", @ARGV);