in reply to Re^2: Object oriented mess
in thread Object oriented mess

So what is the error you're getting, and what is in Client.pm? My ESP is a little rusty today :-)

By the way, you're probably not overriding that subroutine because the use statement is run before the require()s.

I'd be surprised if use strict; and use warnings; wouldn't catch the error, though.

Replies are listed 'Best First'.
Re^4: Object oriented mess
by longliveAJ (Acolyte) on Apr 13, 2005 at 14:41 UTC
    Internal server 500 error.

    I have just posted the code for Client.pm above...