Help for this page

Select Code to Download


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