Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: running an external program without waiting for its execution

by Ugly (Beadle)
on Mar 02, 2001 at 20:40 UTC ( [id://61815]=note: print w/replies, xml ) Need Help??


in reply to running an external program without waiting for its execution

To carry on the theme of TMTOWTDI ...

If you're running under Win32 (which you probably aren't) then one of the best ways of doing this kind of thing is to use the Win32::Process module. You can fire off a task as a DETACHED_PROCESS and then forget about it. Useful if you don't have a decent fork but not even remotely portable.
--
Ugly
The early bird gets the worm, but the second mouse gets the cheese.

  • Comment on Re: running an external program without waiting for its execution

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://61815]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (5)
As of 2024-04-19 07:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found