in reply to Re^2: Keep running script but ending it to the browser
in thread Keep running script but ending it to the browser
OK, how's about...
or similar ...END { system "nohup sleep 5 ; rm $tempfile >/dev/null 2>&1 &"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Keep running script but ending it to the browser
by cowgirl (Acolyte) on Aug 07, 2008 at 17:59 UTC | |
by Bloodnok (Vicar) on Aug 07, 2008 at 18:18 UTC |