Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^10: Weird error log message

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


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

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.

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

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

      Path to perl as server details state is /usr/bin/perl. why you doubt the path?
        I didn't express doubt. I expressed the possibility of an error.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (2)
As of 2024-04-20 04:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found