Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Perl counter in cgi-bin

by neniro (Priest)
on Jun 05, 2004 at 15:58 UTC ( [id://361623]=note: print w/replies, xml ) Need Help??


in reply to Perl counter in cgi-bin

Okay, it is often said, but using warnings and strict forces you to write better code. If you want to debug CGIs use CGI::Carp. And be sure that your webserver/script has the right to alter your counter.dat.
use strict; use warnings; use CGI::Carp qw(warningsToBrowser fatalsToBrowser);

Replies are listed 'Best First'.
Re^2: Perl counter in cgi-bin
by edeita2 (Novice) on Jun 05, 2004 at 20:08 UTC
    Yes, sir I have added that statement, still the same damn message, I`m gonna analyze that Apache conf. file in details, see what`s wrong with it God bless Perl Monks

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (7)
As of 2024-04-25 16:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found