http://www.perlmonks.org?node_id=770370


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.