Help for this page
# 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)
system("nohup $tmpfile &");