Olá lukas,
Reply:
LZ> I have these files:
LZ> /constants.epl
LZ> /topbar/base.epl
LZ> /main/base.epl
LZ> constants.epl:
LZ> [!
LZ> use Carp;
LZ> $req = shift;
LZ> $req->{appname} = "test app";
LZ> !]
LZ> I need to execute constants in both bases. Execute('../
>
> I have these files:
>
> /constants.epl
> /topbar/base.epl
> /main/base.epl
>
> constants.epl:
> [!
> use Carp;
>
> $req = shift;
> $req->{appname} = "test app";
> !]
>
>
> I need to execute constants in both bases. Execute('../constants.epl')
doesn`t
> work. How can I d
On Mon, Sep 03, 2001 at 09:14:30AM +0200, Lukas Zapletal wrote:
EMBPERL_OBJECT_ADDPATH is your friend. It is *always* added to the
searchpath.
I usually have something like this:
EMBPERL_OBJECT_STOPDIR=/your/www/root
EMBPERL_OBJECT_ADDPATH=/your/www/root/defaults
So something like:
/your/www/