Re: Browser-specific perl error (taint mode)

2004-03-11 Thread Erik Rieselbach
> "R. Joseph Newton" wrote: > >> Can anyone explain to me why I would get a perl error in one web browser but >> not in any others? > > This depends on on alot of factors, few of which you are sharing. Generally, > perl errors should not come through to the browser. I'm happy to share them, if yo

Re: Browser-specific perl error (taint mode)

2004-03-11 Thread Erik Rieselbach
> WC -Sx- Jones wrote: > >> ³Insecure dependency in piped open while running with -T switch² at the line >> where I open a pipe to sendmail. > > This is what your server logs say or what is displayed in the browser > window? It is displayed in the browser window, thanks to CGI::Carp qw(fatalsToB

Re: Browser-specific perl error (taint mode)

2004-03-08 Thread R. Joseph Newton
Erik Rieselbach wrote: > Hi, > > Can anyone explain to me why I would get a perl error in one web browser but > not in any others? This depends on on alot of factors, few of which you are sharing.Generally, perl errors should not come through to the browser. IIS does pass error messages through

Re: Browser-specific perl error (taint mode)

2004-03-08 Thread WC -Sx- Jones
Erik Rieselbach wrote: ³Insecure dependency in piped open while running with -T switch² at the line where I open a pipe to sendmail. This is what your server logs say or what is displayed in the browser window? You sure it isn't originating from sendmail? The -t option: sendmail -t Ex

Browser-specific perl error (taint mode)

2004-03-08 Thread Erik Rieselbach
Hi, Can anyone explain to me why I would get a perl error in one web browser but not in any others? All I¹m doing is taking an email address from a form, feeding it to a validation sub that untaints it, then using it with the ­f option to sendmail. It works fine in Mozilla browsers on both Mac an