Help for this page

Select Code to Download


  1. or download this
    # Subscript
    PrintLog("My sub-script is running...","i");
    PrintLog("Yes, just to confirm I am running...","i");
    ...etc...onto the SQL stuff
    
  2. or download this
      my $run_pid = open(RUN, "sub_script.pl $options 2>&1 |") or $sub_fai
    +led = 1;
      
    ...
      else { $text .= "Failed to open sub_script.pl\n";}
    
      print "$text";
    
  3. or download this
    Entered if (!\$sub_failed) {
    
    ...
    Yes, just to confirm I am running.. 
    
    and so on...