Help for this page

Select Code to Download


  1. or download this
    if ($you_do_not_want_script3_to_run) {
       # create zero byte size file...
    ...
       };
       close (FAILFLAG);
    }
    
  2. or download this
    my $script2_failflag = "/tmp/script2.failflag";
    if (-e $script2_failflag) {
       # script3.pl should not contine any further
       exit();
    }