Help for this page

Select Code to Download


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