Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

CGI::Carp

by redcloud (Parson)
on Sep 14, 2000 at 00:56 UTC ( [id://32359]=modulereview: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
            use CGI::Carp qw(fatalsToBrowser);
  2. or download this
            BEGIN {
              use CGI::Carp qw(carpout);
              open(LOG, ">>/usr/local/cgi-logs/mycgi-log") or
                die("Unable to open mycgi-log: $!\n");
              carpout(LOG);
            }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (5)
As of 2024-04-19 22:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found