Just two problems with your code: $foo = 'usr/bin/bar.pl';
One, those aren't backticks. Two, you probably want a leading / in your path, there...
$foo = `/usr/bin/bar.pl`;
In reply to Re: Re: How to exec in a separate thread?
by myocom
in thread How to exec in a separate thread?
by locked_user mr_leisure
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |