in reply to Perl CGI problem. Help please!!!!
chmod 755 the script. If it does the same, check your webserrvers configuration.#!/usr/local/bin/perl -w use strict; use CGI; my $cgi = new CGI; print $cgi->header(-type => 'text/html'); print "Please use <CODE>your code here</CODE> tags";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl CGI problem. Help please!!!!
by chakkaln (Sexton) on Jul 27, 2005 at 14:03 UTC |