Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: When Does fatalsToBrowser Not Send Fatals To Browser?

by Aristotle (Chancellor)
on Jan 15, 2003 at 00:58 UTC ( [id://227020]=note: print w/replies, xml ) Need Help??


in reply to Re: When Does FatalsToBrowser Not Send Fatals To Browser? (not die)
in thread When Does FatalsToBrowser Not Send Fatals To Browser?

For completeness: to see warnings, import warningsToBrowser. They will not be printed by default though - call warningsToBrowser(1); to enable and warningsToBrowser(0); to disable printing them. Output comes in the form of HTML comments. Note that warnings raised during disabled output don't get lost - they accumulate and get dumped the next time you enable output. I usually just put a warningsToBrowser(1); at the end of my script so that I get all the warnings in a neat pile at the bottom of my CGI generated page.

Makeshifts last the longest.

  • Comment on Re^2: When Does fatalsToBrowser Not Send Fatals To Browser?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (3)
As of 2024-04-24 20:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found