in reply to setting up perl to work with appache

If you're using apache on windows you have to put your .cgi-files in the folder C:\Programs\Apache Group\Apache2\cgi-bin. Use the following header (with your install path) in your .cgi's and it should work:
#!c:/Perl/bin/Perl.exe
neniro