Help for this page

Select Code to Download


  1. or download this
       $rpt_name = $ARGV[0];
       $desname = $ARGV[1];
    ...
    
       $retval = system("@args");
       die "system failed: $?" unless $retval == 0;