#!/usr/local/bin/perl
use CGI;
$query = new CGI;
print $query->header;
print "<html><head><title>A test</title></head>\n";
print "<body>The test was successful.</body></html>";
This code is run at http://www.adamtarkowski.com/counter.htm
When I run this, I get a 403 (Forbidden). Any ideas?
In reply to First Script by Smash8
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |