in reply to Class::DBI not giving me what I need!
$obj = Class->retrieve( %key_values );
In your case, that would be something like:
foreach my $Contact(InContact::cDBI::contact->contact_detail(recontac +t => $tm)){ my @cols= $Contact->columns; }
Earth first! (We'll rob the other planets later)
|
|---|