You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl@perl.apache.org by Aldo Letellier <al...@bigfootinteractive.com> on 2002/09/05 23:04:40 UTC

execute and udat

Embperl 1.3.4
 
Can the following be done:
 
my ( $page, $fdat, $udat ) = @_;
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,
 
Aldo Letellier
Bigfoot  <http://www.bigfootinteractive.com/> Interactive

 

Re: execute and udat

Posted by Gerald Richter <ri...@ecos.de>.
>Can the following be done:
>
>my ( $page, $fdat, $udat ) = @_;
>HTML::Embperl::Execute({inputfile => $page, fdat => $fdat, udat =>
$udat });
>exit;

No, that can't be done (fdat parameter is ok, but udat parameter doesn't
exists). Why do like to do it?

Gerald





-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     richter@ecos.de         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-help@perl.apache.org