in reply to Getting HASHES out of Class::DBI
Having done some Data::Dumper debugging lately, I've noticed that you could just cheat and derefence the object, assuming that you first do enough method calls to force it to be populated. (It tries to be intelegently lazy, so it won't always have all the data in it.)
If you want to be transparent to future changes in Ima::DBI or Class::DBI, though, don't use this method.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Getting HASHES out of Class::DBI
by hardburn (Abbot) on Jan 07, 2004 at 14:32 UTC | |
by rkg (Hermit) on Jan 07, 2004 at 17:19 UTC |