Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Essential Perl Modules

by spartacus9 (Beadle)
on Sep 22, 2002 at 17:59 UTC ( [id://199930]=note: print w/replies, xml ) Need Help??


in reply to Essential Perl Modules

Since our team does primarily web-based CGI application development, one essential to our work is CGI::Carp, specifically referring to the "CGI::Carp qw(fatalsToBrowser)" function. Without this module, we would have to constantly tail the web server error logs whenever our scripts had a problem in order to determine the actual cause of the error. With this module in place, the error is immediately output to the browser, along with the appropriate content-type headers.

Replies are listed 'Best First'.
Re: Re: Essential Perl Modules
by Ryszard (Priest) on Sep 22, 2002 at 18:28 UTC
    Interesting, I perfer to work the other way around. Have a couple of term's open, editing the cgi in one term, and tailing the log in the other term.. ;-)

    I'm lucky enuff where we have an environment, such that each developer has their code sitting on their own port of the same apache server... everything is syncronised via CVS, sweet.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://199930]
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-28 13:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found