- 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
- 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";
- or download this
Entered if (!\$sub_failed) {
...
Yes, just to confirm I am running..
and so on...