http://qs321.pair.com?node_id=131940


in reply to how do I make my perl script readable by a browser with windows 98?

After the installation of Apache, all Perl scripts in cgi-bin directory of Apache should begin with:
#!c:\perl\bin\perl -w
the Apache will then execute the program you've put after #! string... so if your path to Perl is different, you should put that path.