Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: fork() on win32

by jbert (Priest)
on Apr 25, 2000 at 18:16 UTC ( [id://8965]=note: print w/replies, xml ) Need Help??


in reply to fork() on win32

If you can't use perl 5.6, then you are limited to using the Win32::Process module.

This gives you access to an API which quite closely models the Win32 API.

Basically you create a new 'Process' object (which starts a process) and then you can do things like sleep until it exits, or kill it or whatever.

Replies are listed 'Best First'.
RE: Re: fork() on win32
by Delfer (Novice) on Apr 25, 2000 at 20:01 UTC
    But there is no example for using HTTP::Process in that
    package.Where can I find one?

Log In?
Username:
Password:

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

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

    No recent polls found