Help for this page
open(INFO,"artist.id"); @temp = <INFO>; $info = \@temp; close(INFO);
print @$info;