Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: •Re: perl2exe Evaluation Message Avoider

by tmiklas (Hermit)
on Mar 14, 2002 at 17:31 UTC ( [id://151749]=note: print w/replies, xml ) Need Help??


in reply to •Re: perl2exe Evaluation Message Avoider
in thread perl2exe Evaluation Message Avoider

Well... the firs one (with kill) notifies that the process was killed, while with the second solution you have to wait for 2 seconds after the program has finished :-)
I suppose that if you really want to cover that message in a bit more polite way, maybe try something like this:

END { print "Cleaning up...\n"; close STDOUT; close STDERR; }

Normal user would think that it really does something and it's not sleeping any way ;-)
IMHO the best way to avoid original message is to pay for perl2exe - if you really need it.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (5)
As of 2024-03-19 08:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found