in reply to Re^2: Get certain information from MP3::Tag's autoinfo()
in thread Get certain information from MP3::Tag's autoinfo()

You could do this:

(undef, undef, $artist, $album) = $mp3->autoinfo();

But I like toolic's solution better.