On Thu, 2006-20-04 at 13:08 +0100, Dermot Paikkos wrote:
> On 20 Apr 2006 at 11:54, Saurabh Singhvi wrote:
>
> > Hi
> >
> > I am getting 500 internal server errors when i use
> >
> > #!/usr/bin/perl -wT
> >
> > in cgi's. It goes away if i remove the T part. So what could be the
> > problem?/
>
On 20 Apr 2006 at 11:54, Saurabh Singhvi wrote:
> Hi
>
> I am getting 500 internal server errors when i use
>
> #!/usr/bin/perl -wT
>
> in cgi's. It goes away if i remove the T part. So what could be the
> problem?/
Something is tainted.
Check the web-server error log for the perl error.
Hav