Hello Tom,
thank you very much for your attention!
> > eval "require $moduleName";
>
> Hm. You say this isn't working for you, but you're not checking the
> value of $@ after the evil eval?
Ok, you got me :)
I did not know $@ - I'll go for it. Promised!
Anyway - I'm not sure, whether t
On 7/29/07, I don't like SPAM <[EMAIL PROTECTED]> wrote:
> eval "require $moduleName";
Hm. You say this isn't working for you, but you're not checking the
value of $@ after the evil eval? (By the way, unless I missed
something, that "require" could load your module, if it loads it at
all