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 as CGI, then you need to modify a
registry key. Even that would have been automatically configured by the
Activestate Perl's installation. If you had missed it, or if you have any
other Perl installed other than ActiveSTate, then do this:


http://support.microsoft.com/support/kb/articles/Q245/2/25.ASP?LN=EN-US&SD=g
n&FR=0&qry=perl&rnk=8&src=DHCS_MSPSS_gn_SRCH&SPR=IIS

You are now all set to execute Perl CGIs in PWS.

-- Rex


----- Original Message -----
From: "Karthik" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, November 17, 2001 6:57 AM
Subject: problem in the #/usr/local/bin line


> My Problem:
>
> I run a web server(PWS) on a Windows 98 machine. My
> perl.exe(perl interpreter) is located in
> c:\root\perl\bin. My files(web
> pages etc..) are located in c:\root. Since each perl
> program needs the "
> #!/usr/local/bin/perl " line at the start I dont know
> what to put in that
> line since the above line can be used only in Unix.
> Since I have a
> Windows machine my web server doesn't read that line
> and thus fail's to show
> the file. Thus i am forced not to use Perl. I need
> Perl since it is very
> lucid.
>
> Thus I want to know what should i put instead of the
> usual "
> #!/usr/local/bin/perl " line because that is not
> recognized by the web
> server. this is obviously due to the fact that i use
> Windows and not Unix.
>
> I have Perl 5 installed on my computer.
>
> I am eagerly awaiting your reply.
>
> =====
>
> Hi and Ho!! This message is from Karthik.
>
> Visit my site at http://in.members.tripodasia.com/karthik_immortal
>
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Find the one for you at Yahoo! Personals
> http://personals.yahoo.com
>
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to