Help for this page
open(INFO,"artist.id"); ... print "info:\n$info"; #print "info:\n@info";
while ( <INFO> ) { $info .= eval "qq($_)"; }