in reply to Learning CGI

In the spirit of TIMTOWTDI

It's doing things the (somewhat) hard way, but CGI.pm will let you pass all your query_string to a CGI script at the command line, even on windows 98.

Create a batch file to automate it, and pipe the output to a file, then point your browser at the file.

This is most certainly a proof that Perl makes the "difficult possible"!

Good luck!