>
> I am running under mod_perl and calling Execute everywhere, so it would be
> nice not to have to call ScanEnvironement, which, btw, is misspelled :)

Yes, my english isn't quite well, but least you understand it :-)

> But that's ok cause I have a wrapper around Execute anyway.
> OK I tried adding HTML::Embperl::ScanEnvironement (\%params) just before
> Execute, but it fails. What is %params? If I remove it, there is no error,
> but escmode is still 3.
>

%params is presetup by ScanEvironement with the Environement variables set
you set in your config. Use ist like:

my %params = ( inputfile => 'legacy_pm.epl',
                        param => ['legacy.pm'],
                        fdat => \%IN ) ;
HTML::Embperl::ScanEnvironement (\%params) ;
$params{options} |= 256 ;
HTML::Embperl::Execute(\%params);

Gerald


> Help...
>
> ilia.
>
>
> >
> > Gerald
> >
> >
> > -------------------------------------------------------------
> > Gerald Richter    ecos electronic communication services gmbh
> > Internetconnect * Webserver/-design/-datenbanken * Consulting
> >
> > Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
> > E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925151
> > WWW:        http://www.ecos.de      Fax:      +49 6133 925152
> > -------------------------------------------------------------
> >
> >
> >
>
>
> ---------------------------------------------------------------------
> 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