The simplest mechanism is
if( $^O eq 'MSWin32' ) { system 1, 'path/to/script.pl'; } else { ## assume some flavour of *nix system '/path/to/script.pl &'; }
In reply to Re: Long running task from web app
by BrowserUk
in thread Long running task from web app
by astroboy
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |