in reply to odd problem with object method

Maybe because the User module doesn't have a method called new? The only User module i know of it the one on cpan, and that one doesn't have new
E:\>perl -MUser -e"die User->Home()" E:\Documents and Settings\theuser at -e line 1.

update: um, what I mean to say is the User module which is actually getting used does't have a method called new (meaning you're not useing the module you think you are -- examine $INC{'User.pm'})

MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
** The third rule of perl club is a statement of fact: pod is sexy.

Replies are listed 'Best First'.
Re: Re: odd problem with object method
by Anonymous Monk on Nov 30, 2003 at 19:34 UTC
    ++ PodMaster! Thank you.