Help for this page

Select Code to Download


  1. or download this
    exec "nohup ./error_summariser.cgi $identifier > $default_files_dir/$i
    +dentifier/processing-log.txt &" or die "Can't exec: $!\n";
    
  2. or download this
    exec "nohup ./error_summariser.cgi $identifier > $default_files_dir/$i
    +dentifier/processing-log.txt 2>/dev/null &" or die "Can't exec: $!\n"
    +;