>
>  my $rv= HTML::Embperl::Execute({
>      inputfile => $fnam,
>      output => \$out,
>      param => $param,
>      options => (HTML::Embperl::optReturnError +
HTML::Embperl::optDisableChdir +
>                  HTML::Embperl::optDisableFormData +
HTML::Embperl::optKeepSrcInMemory),

Try without the optKeepSrcInMemory, this will not work correctly when the
page has changed. The optKeepSrcInMemory was made for situation where the
Embperl page is part of a pm file and perl modules anyway get reloaded only
when server restarts. I never have taken the time to test the reload of
pages with optKeepSrcInMemory.

Gerald

>      cleanup => 1,
>      fdat => $fdat,
>      errors => \@err
>      });
>
> Cheers -
>
> Jim
>
> --
>  Jim Peters         /             __   |  \              Aguazul
>                    /   /| /| )| /| / )||   \
>  jim@aguazul.      \  (_|(_|(_|(_| )(_|I   /        www.aguazul.
>   demon.co.uk       \    ._)     _/       /          demon.co.uk
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>


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

Reply via email to