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;