Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: How to hide/inhibit the console window when launching a Perl script on Windows?

by jdporter (Paladin)
on Mar 13, 2006 at 15:10 UTC ( [id://536263]=note: print w/replies, xml ) Need Help??


in reply to How to hide/inhibit the console window when launching a Perl script on Windows?

Use Win32::GUI and the following lines:
use Win32::GUI; my $hw = Win32::GUI::GetPerlWindow(); Win32::GUI::Hide($hw);
  • Comment on Re: How to hide/inhibit the console window when launching a Perl script on Windows?
  • Download Code

Log In?
Username:
Password:

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

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

    No recent polls found