Help for this page

Select Code to Download


  1. or download this
    # define the task
    my $task = <<'_EOT_'; # use ' to prevent interpolation
    ...
    # submit the task
    system('batch', '-M', '-f', $tmpfile);
    # (tell user the task has been submitted)
    
  2. or download this
    system("nohup $tmpfile &");