Ranish George schreef:

> Have you tried changing the shebang line as I have mentioned in
> one of the follow up. Trying changing the shebang to
>
> #!C:\Perl\bin\perl

That should not make any difference. Windows doesn't use the shebang;
perl reads it but is only interested in parameters (like -T).

So on Windows

#!/usr/bin/perl -T

  and

#!perl -T

  and

#!C:/Perl/bin/perl -T

should all work in the same way, and all fail in the same way.

-- 
Affijn, Ruud

"Gewoon is een tijger."



-- 
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