I've recently learned to use the error-catching feature of Embperl's
Execute command. The thing I'm wondering is if it's possible to make
it return just the string or object that I pass to the croak/die
command, rather than the complete error message.
I would like to be able to do:
Execute({inputfile=>"foo.epl", errors=>[EMAIL PROTECTED]);
foreach (@errors) {
if $_ eq
[7594]ERR: 24: Error in Perl code: FIXME!! at
/home/dlenski/public_html/cms/communication_form.html line 18
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]