>
>
> So the later option would be something like:
>
> my @errors = HTML::Embperl::Execute($ENV{PATH_TRANSLATED});
> ...handle errors...
>
No, something like:
my $rc = HTML::Embperl::Execute({inputfile => $ENV{PATH_TRANSLATED},
options =>
HTML::Embperl::optReturnError,
errors => \@errors});
>
> I couldn't find anywhere in the docs where the return value of Execute was
> used...it's all just Execute($blah, $etc)....
>
> What's the syntax of getting error messages that occur from Execute??
>
http://perl.apache.org/embperl/Embperl.pod.2.html#By_calling_HTML_Embperl_Ex
ecut
Gerald
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]