in reply to OT: Perl Oddity (2meAnyway)

This is not a perl question, it's a web server question. You should look up the docs on your web server.

Hint: look for AddHandler if you're using Apache (most likely). A line like:

AddHandler cgi-script .cgi
can help this. It's not always a good idea, but you should read the documentation to find out if it is ok for your system.

Replies are listed 'Best First'.
Re^2: OT: Perl Oddity (2meAnyway)
by Joost (Canon) on Jan 13, 2005 at 20:40 UTC