Help for this page

Select Code to Download


  1. or download this
      if ($array[0] eq $requestid) {
        if ($enddate) { $array[9]= $enddate;}
    ...
      }
      print join(",",@array); print "\n";
    
  2. or download this
      if ($array[0] eq $requestid) {
        if ($enddate) { $array[9]= $enddate;}
    ...
        print join(",",@array); print "\n";
      }
      else { print; print "\n"; }