Windows Does not care for the shebang line.

Personal Web Server / IIS 4.0 / IIS 5.0 / Standalone Perl Scripts in
Windows -- They all don't care what the shebang line is. They just ignore
it.

The only place that I know the shebang line does matter in Windows is that
if you use APACHE Server to serve CGIs, you have to have the shebang line,
even in Windows.

If your perl.exe is located in c:/perl/bin, then if you code your CGI in
Apache, you should have the first line of the CGI as

 #!c:/Perl/bin/Perl

-- Rex

----- Original Message -----
From: "Karthik Krishnamurthy" <[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
>



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

Reply via email to