On Fri, Feb 20, 2004 at 05:38:48PM -0500, Robert wrote:

> I am on Windows. Is it okay for me to put a unix style shebang line in 
> my scripts? I would do this for the scripts that I intend to run across 
> platforms. I think the shebang is mostly ignored on Windows.
> 
> Ex: #!/usr/bin/perl

Although windows has no use for the location of the perl executable on
the shebang line, the switches there will still be honoured, so adding
it even on windows-only scripts may still make sense.

-- 
Paul Johnson - [EMAIL PROTECTED]
http://www.pjcj.net

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to