in reply to Re^9: Weird error log message
in thread Weird error log message
still same erroe message. what could possibly be the problem? this is getting on my nerves.#!/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";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^11: Weird error log message
by ikegami (Patriarch) on Jun 10, 2009 at 15:07 UTC | |
by Nik (Initiate) on Jun 10, 2009 at 15:35 UTC | |
by ikegami (Patriarch) on Jun 10, 2009 at 16:55 UTC |