I don't know where to post this really, but hopefully somebody can help. I've installed perl and apache, and both are working fine on their own, apache is serving up the pages, and if I use perl at the command line, it's returning the output I'm looking for. however, apache isn't processing my perl files correctly. I've put them in the cg-bin and tried using both the .pl and .cgi file extension but neither work. I've uncommented that ScriptAlias (as far as I can remmeber, that's what it's called) line in the apache configuration file so what's the problem? Is it my shebang line? the perl interpreter is at C:\perl\bin\ so my sheband line is #!C:/perl/bin/perl -- is that correct? can somebody tell me what I need to do so that perl works with apache and confirm if my shebang line is correct?
Thanks!!
Thanks!!