#!/usr/bin/perl use strict; use warnings; use Music; my $artist3 = Music->new; $artist3->set_music; $artist3->show_music;