Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: perl2exe Evaluation Message Avoider

by MZSanford (Curate)
on Mar 15, 2002 at 10:50 UTC ( [id://151948]=note: print w/replies, xml ) Need Help??


in reply to perl2exe Evaluation Message Avoider

I use :
END { my ($char); open(F,$0); read(F,$char,1); if ($char ne '#') { dump; } }

Now, this does break any return codes, but on windows, the dump function does not seem to create any sort of core files, so i find this work pretty well, when working on exe's for myself.
from the frivolous to the serious

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-20 04:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found