Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

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

by chessgui (Scribe)
on Jan 25, 2012 at 03:04 UTC ( [id://949809]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    se Win32::Process;
    
    Win32::Process::Create($perl,'c:\strawberry\perl\bin\perl.exe','perl.e
    +xe my_original_prog.pl',0,CREATE_NO_WINDOW,'.');
    
  2. or download this
    use Win32 qw(SW_HIDE);
    
    Win32::SetChildShowWindow(SW_HIDE);
    

Log In?
Username:
Password:

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

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

    No recent polls found