Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^3: ActivePerl - perl.exe works, wperl.exe does not...

by Anonymous Monk
on Jan 27, 2012 at 09:36 UTC ( [id://950297]=note: print w/replies, xml ) Need Help??


in reply to Re^2: ActivePerl - perl.exe works, wperl.exe does not...
in thread ActivePerl - perl.exe works, wperl.exe does not...

The difference is STDIN/STDOUT/STDERR/

wperl.exe, being a windows GUI application, doesn't have these

perl.exe, being a windows console (cmd.exe) application, does have these, but it also has a console window

So you start wperl because it has no console window, make sure the children get hidden, then launch a hidden perl.exe , because it has a console and STDIN/STDOUT/STDERR

Apparently Net::SFTP ... needs a STDIN/STDOUT/STDERR for pipes and such

Replies are listed 'Best First'.
Re^4: ActivePerl - perl.exe works, wperl.exe does not...
by Anonymous Monk on Jul 11, 2013 at 09:03 UTC
    Lovely, thank You..:-)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (7)
As of 2024-03-29 08:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found