http://www.perlmonks.org?node_id=1002034


in reply to Re: How can I run a piece of code asyncronously in Perl?
in thread How can I run a piece of code asyncronously in Perl?

Thanks. I'm sure it would work, but, if t2.pl would execute, say, in 0.1 sec, and the code in t1.pl would execute in 2.0 sec - it won't work (( Thread would be terminated, I suppose (( I need t1.pl to run completely independently of t2.pl which calls it...