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
Hello,
I have an quite outdated perl-app, that does not work any more.
It consists of various objects and a simple plugin-interface. All "static"
objects work well, even with function overloading.
The plugin-objects do not work as expected any more.
I hope, someone can shine me a light ...
The p