Hi,
Check MS documentation, on how to configure ".pl" cgi scripts in PWS. That
is all you require to do,
if you want to run perl cgi scripts. You dont require to mention #!/usr/bin/perl
line in perl cgi scripts in windows,
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional com
t;[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, November 17, 2001 8:55 AM
Subject: Re: problem in the #/usr/local/bin line
> the #!/file/to/interpreter
> line is not specific to perl, but to unix. so look for
> something else under windows.
>
> /kk
>
--
the #!/file/to/interpreter
line is not specific to perl, but to unix. so look for
something else under windows.
/kk
On Sat, Nov 17, 2001 at 03:57:25AM -0800, Karthik wrote:
> My Problem:
>
> I run a web server(PWS) on a Windows 98 machine. My
> perl.exe(perl interpreter) is located in
> c:\ro
1) The shebang line of #!usr/local/bin/perl has nothing to do with your
woes.
2) If you had installed ActiveState Perl, it would have automatically
installed the PerlScript plugins and other ISAPI filters that you might need
to code your ASP Pages in Perl.
3) If you want to run your Perl Scripts