If the following cgi script runs on your server please reply otherwise tell me how those errors can be resolved?
#!C:\perl\bin\perl -w use strict; use CGI; use diagnostics; my $query = new CGI; print << 'EOF'; print "Content-type: text/html\n\n"; <html> <head> <title>My First CGI Script</title> </head> <body bgcolor="#FFFFCC"> <h1>This is a pretty lame Web page</h1> <p>Who is this Ovid guy, anyway?</p> </body> </html> EOF
In reply to error @ line7 by Monk_perl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |