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