Re: [CDBI] print Class::DBI object to Data::Dumper
[prev]
[thread]
[next]
[Date index for 2006/01/18]
On Wed, Jan 18, 2006 at 04:26:37PM +0100, Birgit Kellner wrote:
> The object is retrieved in this routine:
>
> my @term = ILKB::Term->search(t_id => "$in->{t_id}");# t_id passed
> And this is the output to the filehandle:
>
> main::show_single_term, /srv/www/cgi-bin/ilkb_edit/ilkb.cgi, 168
> $VAR1 = [
> bless( {
> 't_id' => '75',
> 'lan_id' => bless( {
> 'lan_id' => '123'
> }, 'ILKB::Language' ),
> My question is this: there is more data in the object than is actually
> printed.
Like what? Maybe your Essential isn't all columns?
--
Bill Moseley
moseley@xxxx.xxx
_______________________________________________
ClassDBI mailing list
ClassDBI@xxxxx.xxxxxxxxxxxxxxxx.xxx
http://lists.digitalcraftsmen.net/mailman/listinfo/classdbi
|
|
Re: [CDBI] print Class::DBI object to Data::Dumper
Bill Moseley 16:51 on 18 Jan 2006
|