in reply to Re^4: Keep running script but ending it to the browser
in thread Keep running script but ending it to the browser
It shouldn't do that ...
You might want to 'play around' with the quoting, e.g....
The variable _will_ be interpolated because the single quotes are part of a double quoted string :-)system "nohup 'sleep 15 ; rm $tempfile 2>&1' &";
HTH ,
|
|---|