The WWW::AllMusicGuide module provides an object that you can use to search the All Music Guide (http://www.allmusic.com). Currently, you can search for artists and albums. Artist and album pages are parsed into hash references containing the information (e.g. name, year, group members, etc). This information is useful in writing tools to maintain large collections of MP3 files, their ID3 tags and metadata.
All Music Guide の検索結果を Perl プログラムから利用するためのモジュール。All Music Guide の Perl API とも言えます。
ソースをざっくり見てみましたが、HTML を scaping して hack してるみたいです。scraping モジュールも CPAN に結構ありますが、その実装の参考になりそうです。