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

Re^8: Weird error log message

by Nik (Initiate)
on Jun 10, 2009 at 06:55 UTC ( [id://770214]=note: print w/replies, xml ) Need Help??


in reply to Re^7: Weird error log message
in thread Weird error log message

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^9: Weird error log message
by ikegami (Patriarch) on Jun 10, 2009 at 13:22 UTC

    It is correct yes, because otherwise it wouldn't run correctly locally.

    Not true. When run as CGI, it has other obligations to meet. I said that already.

    if server had those 2 files 500 and 404 the site would still had trouble run, correct?

    Yes, it won't help you at all. That's why I said you could ignore them.

      Just tried this script now:
      #!/usr/bin/perl -w use strict; use CGI::Carp qw/fatalsToBrowser/; use CGI qw/:standard/; #======OK, $data set up. Now print header, start_html and JavaScript s +tuff====== print header(); print start_html(); print "hello niko";
      still same erroe message. what could possibly be the problem? this is getting on my nerves.

        Except possibly for the path to Perl, that's fine if run as a CGI script.

    A reply falls below the community's threshold of quality. You may see it by logging in.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (5)
As of 2024-04-26 08:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found