NAME       MP3::Info - Manipulate / fetch info from MP3 audio files SYNOPSIS               #!perl -w               use MP3::Info;               my $file = 'Pearls_Before_Swine.mp3';               set_mp3tag($file, 'Pearls Before Swine', q"77's",                       'Sticks and Stones', '1990',                       q"(c) 1990 77's LTD.", 'rock & roll');