Help for this page

Select Code to Download


  1. or download this
    Music::CD->has_many(_style_refs => 'Music::StyleRef');
        sub styles { 
            my $self = shift;
            return map $_->style, $self->_style_refs;
        }