Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Hiding the DOS window on Win32

by Adam (Vicar)
on Nov 17, 2000 at 05:44 UTC ( [id://42148]=note: print w/replies, xml ) Need Help??


in reply to Hiding the DOS window on Win32

Here is a thought: If the problem is only on MSWin32 machines, then wrap that bit of Win32 specific code into a block that only gets run on Win32:
if( 'MSWin32' eq $^O ) { require Win32::GUI; # Win32::GUI->import(); # Pretend to be 'use' ??? my ($DOS) = Win32::GUI::GetPerlWindow(); Win32::GUI::Hide($DOS); }
Or something like that.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (1)
As of 2024-04-24 13:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found