CGI.pm and form creation

2005-01-17 Thread Mauro
I'm trying to create a little form usign CGI.pm but I get this error from apache: malformed header from script. Bad header=form method=post action=/c: /usr/lib/cgi-bin/make_graph_CPU_form.pl.cgi this is my perl code: #!/usr/bin/perl use CGI qw/:standard/; sub print_form { print

Re: CGI.pm and form creation

2005-01-17 Thread Tor Hildrum
On Mon, 17 Jan 2005 14:41:40 +0100, Mauro [EMAIL PROTECTED] wrote: I'm trying to create a little form usign CGI.pm but I get this error from apache: malformed header from script. Bad header=form method=post action=/c: /usr/lib/cgi-bin/make_graph_CPU_form.pl.cgi this is my perl code:

RE: CGI.pm and form creation

2005-01-17 Thread Moon, John
I'm trying to create a little form usign CGI.pm but I get this error from apache: malformed header from script. Bad header=form method=post action=/c: /usr/lib/cgi-bin/make_graph_CPU_form.pl.cgi this is my perl code: #!/usr/bin/perl use CGI qw/:standard/; sub print_form { print