Help for this page

Select Code to Download


  1. or download this
    my  ($rpt_name, $desname, $btch, $record) = @ARGV[0..3];
    
  2. or download this
    # following the above
    my @args= ("path/to/prog", "report=$rpt_name" , ...);
    
  3. or download this
    #get rid of $retval, too, unless you need it
    system(@args) and die "System failed: $?\n";