> when we try to you require statement as following
> [- require ('eperl_lib/mysqldb_lib.pl') -]
> We get error
> [32241]ERR: 24: Line 118: Error in Perl code: Undefined subroutine
> &HTML::Embperl::DOC::_2::createTextField called at
> /home/csi/www/visitor.html line 118.
> Eventhough, we have t
when we try to you require statement as following
[- require ('eperl_lib/mysqldb_lib.pl') -]
We get error
[32241]ERR: 24: Line 118: Error in Perl code: Undefined subroutine
&HTML::Embperl::DOC::_2::createTextField called at
/home/csi/www/visitor.html line 118.
Eventhough, we have this function in
>check out
>http://perl.apache.org/embperl/Embperl.pod.2.html#By_calling_HTML_Embperl_E
xecut
>
>find the package parameter.
>
>i haven't used this so far , but i think u can call it like this:
>HTML::Embperl::Execute ({ inputfile => '/path/to/your.html', package =>
__PACKAGE__,});
do so works,
check out
http://perl.apache.org/embperl/Embperl.pod.2.html#By_calling_HTML_Embperl_Execut
find the package parameter.
i haven't used this so far , but i think u can call it like this:
HTML::Embperl::Execute ({ inputfile => '/path/to/your.html', package =>
__PACKAGE__,});
Andre Landwehr wro
On Sun, Oct 15, 2000 at 10:08:00AM -0500, John Aughey wrote:
> in an epl file to include a common nav bar in many .epl files. I would
> like to evaluate the navbar.epl script in the same namespace as the
> calling script. I want to do this so the navbar.epl has access to some
> variables that ar
I would like to do the equivalent of
[- Execute('navbar.epl'); -]
in an epl file to include a common nav bar in many .epl files. I would
like to evaluate the navbar.epl script in the same namespace as the
calling script. I want to do this so the navbar.epl has access to some
variables that are