On 28 Jul 2006 at 14:13, Dr.Ruud wrote:

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

Did you say that the script was in 
C:\Program Files\Apache Software Foundation\Apache2.2\bin.

A wild stab in the dark but could the script work if it were in 

C:/Program Files/Apache Software Foundation/Apache2.2/cgi-bin




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