in reply to Anyone happen to be using Class::PObject?

Are you having any problem with Class::PObject? Please post a more informative question here.

Update: Ah, my appologies, I didn't realize that OP *is* the author of the module. Welcome to Perl Monks sherzodR ;-)

  • Comment on Re: Anyone happen to be using Class::PObject?

Replies are listed 'Best First'.
Re: Re: Anyone happen to be using Class::PObject?
by simonm (Vicar) on Dec 22, 2003 at 06:49 UTC
    Are you having any problem with Class::PObject?

    Judging by the name, I'd guess no -- the OP seems to be the module's author.

    (As a CPAN author, I know it can be helpful to chat with module users, and since of necessity most users are silent, sometimes you have to go looking for them.)

    Update: I tried SuperSearch but didn't find any discussion of Class::PObject...

Re: Re: Anyone happen to be using Class::PObject?
by Anonymous Monk on May 08, 2004 at 19:55 UTC
    *bump Yes. I've used PObject in a couple of toy projects and got to quite like it. I'm pushing the use of it more now and running into some issues. I want to create multiple storable objects of different types in a class tree. I want to inherit everything from Pobject so it is storable, but there needs to be about 3 layers beneath that. So far using @ISA methods I've had no luck. A tut on inheriting and derived PObjects would be lovely. Otherwise its solid. I've had one 'toy' project in test production with 170 days uptime, no grumbles from PObject no locking collisions or nonsense from the simple db_file database. The objects in that have about 60 entries and there are about 3000 in the db. Andy