Re: Problem with function overloading

2007-08-04 Thread I don't like SPAM
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

Re: Problem with function overloading

2007-08-02 Thread Tom Phoenix
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

Problem with function overloading

2007-07-29 Thread I don't like SPAM
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