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


in reply to how to run non-waiting background process

Don't use Thread.pm but use threads.pm.

Alternatively, look at perlport for more information on how system behaves on Windows and how you can launch a process in the background there.

  • Comment on Re: how to run non-waiting background process

Replies are listed 'Best First'.
Re^2: how to run non-waiting background process
by srlbharu (Acolyte) on Mar 01, 2013 at 08:45 UTC

    threads.pm is not inbuilt in perl 5.6. Throwing error: Can't locate threads.pm in @INC (@INC contains: D:/Perl/lib D:/Perl/site/lib .)