in reply to [mod_perl] Class::DBI temp columns missing on first result

Well it appears that when I request iterators instead of an array it comes through properly. I'm not sure why this is happening.
my $artists = Music::Artist->search_most_cds();
instead of
my @artists = Music::Artist->search_most_cds();

-- koyrist