- or download this
Class::Tables->dbh($dbh, {fk_prefix => 'fk_', fk_suffix => '_id'});
- or download this
print $_->title, ': ',
$_->director_xref->director->name for Movie->search;
- or download this
print $_->title, ': ',
$_->directors->name for Movie->search;