- or download this
my $q = new CGI;
...
do_stuff();
}
- or download this
<input type="submit" name=".State" value="Index" />
<input type="submit" name=".State" value="Save" />
<input type="submit" name=".State" value="Etc" />
- or download this
PerlRequire /var/www/Index.pm
<Location / >
...
PerlSendHeader On
Allow from all
</Location>