Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Start an MS window in background from a perl script

by pKai (Priest)
on Sep 19, 2007 at 10:40 UTC ( [id://639857]=note: print w/replies, xml ) Need Help??


in reply to Start an MS window in background from a perl script

The ampersand thing (-> put the process into the background) is something specific to nix (so will work under Cygwin), which will not be understood by MSWin.

A convenient wrapper around this distinction is the Proc::Background module, which will fork under nix and use Win32::Process under Win, depending on the hosting OS.

  • Comment on Re: Start an MS window in background from a perl script

Log In?
Username:
Password:

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

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

    No recent polls found