Embperl
1.3.4
Can the following be
done:
my ( $page, $fdat,
$udat ) = @_;
HTML::Embperl::Execute({inputfile => $page, fdat => $fdat, udat => $udat });
exit;
HTML::Embperl::Execute({inputfile => $page, fdat => $fdat, udat => $udat });
exit;
Question:
Is UDAT as a
parameter in HTML::Embperl::Execute supported, when calling it
from a script?
If Yes, Does UDAT
has to be tied to Apache::Session or just plain hash ref?
Thanks,