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

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