in reply to Re^2: Restart Long Running Perl Script
in thread Restart Long Running Perl Script
but maybe the windows experts will know something better.sub restart{ system(1, $0); # windows trick to launch a new process exit; # will need to exit original script }
|
|---|