>
> The strangeness I'm seeing is that the HTML::Embperl::Execute() called
> inside HTML::Embperl::Mail::Execute() successfully parses and rendered
> the email template but returns a non-empty errors array with a string
> identical to a warn debugging message issued in the credit card
> processing package.   If I comment out the warn statements in the
> package, the mailer works.  How is it that Embperl (in the C code?)
> has access to the warn message and uses it to claim an error message?
>

Embperl gather all errors and warining messages that occurs during the
processing of an Embperl request in the error array. It does not make a
difference if this errors or warings occurs inside the Emberl page it self
or inside a modul it calls.

The return code from Execute tells you if there is only a warning or an
error (on error Execute returns a non zero value)

Gerald

---------------------------------------------------------------------------
Gerald Richter            ecos electronic communication services gmbh
IT-Securitylösungen * Webapplikationen mit Apache/Perl/mod_perl/Embperl

Post:       Tulpenstrasse 5          D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]          Voice:   +49 6133 939-122
WWW:        http://www.ecos.de/      Fax:     +49 6133 939-333
---------------------------------------------------------------------------
ECOS BB-5000 Firewall- und IT-Security Appliance: www.bb-5000.info
---------------------------------------------------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to