Perl and CGI problem under Win2000

I use perl undel linux with domino 6.0.3 and works fine, but when I try to execute the same Perl script under windows2000 (6.0.3) using active perl I recive this error:

Http Status Code: 500

Reason: Unable to execute request script

The configuration of the two server is the same.

Why this error?

Plese help

Subject: Perl and CGI problem under Win2000

I set-up Python on Domino/W2K a few months back and remember having this problem. Forgive the vagueness, but I’m not at that site now . . . I seem to remember that you needed to associate the CGI script extension (in Python’s case “.PL”) with the interpreter.

On the server: Run a Windows Explorer and browse to a Perl script. Hold down Shift and then right-click on the Perl script. Then from the pop-up menu, select “Open With”, browse the list and select your Perl interpreter, check the box for “Always use this program to open these files” and then click on Ok.

HTH