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


in reply to Perl on IIS

A little off topic, but try this:
  1. Right click on the website
  2. Click Properties
  3. Click "Home Directory Tab"
  4. Under Application Settings click "Configuration..."
  5. Make sure that .pl & .cgi extensions are added with the path 'c:\perl\bin\perl.exe "%s" %s' and the verbs GET, HEAD, POST
I'm assuming that you are using IIS.

- Tom