water has asked for the wisdom of the Perl Monks concerning the following question:
but, following a migration to Gentoo, is now causing a segfault when I attempt to access a field in the CDBI object (eg print $emp->fullname). The idea was that if someone grabs the primary key of a row, return the object, not the integer PK.Foo::Employee->has_a(employee => q{Foo::Employee});
Is this bad practice, or OK? What might Linux perl 5.8.2 be segfaulting on it?
Thanks for any ideas!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: CDBI segfaults on me->has_a(me)
by cees (Curate) on May 09, 2004 at 20:31 UTC | |
by perrin (Chancellor) on May 10, 2004 at 15:10 UTC | |
by cees (Curate) on May 10, 2004 at 19:58 UTC | |
|
Re: CDBI segfaults on me->has_a(me)
by perrin (Chancellor) on May 09, 2004 at 21:33 UTC |