You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by pc...@hyperreal.org on 1997/12/01 16:19:10 UTC

Re: os-windows/1488: Can't get Perl to work

[In order for any reply to be added to the PR database, ]
[you need to include <ap...@Apache.Org> in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]


Synopsis: Can't get Perl to work

State-Changed-From-To: open-feedback
State-Changed-By: pcs
State-Changed-When: Mon Dec  1 07:19:09 PST 1997
State-Changed-Why:
Yes, using CGI under Windows is not very well documented.
We'll try and get it better as we move through the
beta program. 

In your case, make sure that your perl CGI program starts
with a line like this:

  #!/bin/perl

where /bin/perl is the path to your perl executable, and
there are no spaces before or after the #! part.

Hopefully later versions of Apache will use the registry
to properly associate file extensions with script
interpreters.