http://qs1969.pair.com?node_id=408864


in reply to Re: DBD::Anydata
in thread DBD::Anydata

Rather than finding out the values with that debug statement, you can use the ad_get_catalog() function to see what values are available for a given table:
$dbh->func( $table, $format, $datasource, 'ad_catalog'); my $catalog = $dbh->func('ad_get_catalog'); use Data::Dumper; print Dumper $catalog;