Help for this page

Select Code to Download


  1. or download this
    Music::Artist->has_many(cds => 'Music::CD');
    my @cds = $artist->cds(year => 1980, limit => 100, offset => 100);