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
[download]
neniro
Comment on
Re: setting up perl to work with appache
Download
Code
In Section
Seekers of Perl Wisdom