> Quick question:
>
> Let's say I want to keep a common configuration file which defines
> variables and such. I'd like to [- Execute() -] the file but it seems that
> the variables are out of scope once I try to access them in the rest of
> the document.
>
> Am I doing soemthing wrong or is there a better way to accomplish this?
>

Addtionaly to what Jason already worte, I would include the config file with
a normal perl "do", instead of Execute. This saves you some time, since for
a config file you do not need the Embperl features.

Gerald

P.S. Every Embperl file runs in it's own namespace.

Reply via email to