Re: problem in the #/usr/local/bin line

2001-11-19 Thread N_Dinesh
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

Re: problem in the #/usr/local/bin line

2001-11-17 Thread Rex Arul
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 > --

Re: problem in the #/usr/local/bin line

2001-11-17 Thread Karthik Krishnamurthy
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

Re: problem in the #/usr/local/bin line

2001-11-17 Thread Rex Arul
245/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 1

problem in the #/usr/local/bin line

2001-11-17 Thread Karthik
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