Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Mysterious script crash in win2k and ActivePerl

by batkins (Chaplain)
on Dec 14, 2002 at 12:12 UTC ( [id://219859]=note: print w/replies, xml ) Need Help??


in reply to Mysterious script crash in win2k and ActivePerl

hmmm, are you SURE you're running the script from the command line? do you run cmd and then execute the cript? because if you are, the window shouldn't really ever close.

but anyway, redirecting STDERR is probably your best bet:

open(LOG, "+>log.txt"); *STDERR = *LOG; *STDOUT = *LOF; # just in case some errors go to STDOUT ...

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-23 22:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found