chb has asked for the wisdom of the Perl Monks concerning the following question:
Any method call on the object fails with an error message like null: Can't locate object method "id" via package "Application::Foo::Bar" at /home/chb/work/xyz/site/application/XYZApp.pm line 576.\n Am I missing something fundamental here?$xxx = bless( { 'id' => 14 }, 'Application::Foo::Bar' );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Storing Class::DBI objects in a Session
by Tuppence (Pilgrim) on Nov 03, 2004 at 00:02 UTC | |
|
Re: Storing Class::DBI objects in a Session
by bart (Canon) on Nov 02, 2004 at 23:28 UTC | |
|
Re: Storing Class::DBI objects in a Session
by perrin (Chancellor) on Nov 03, 2004 at 00:43 UTC | |
|
Re: Storing Class::DBI objects in a Session
by Joost (Canon) on Nov 03, 2004 at 11:44 UTC |