Help for this page

Select Code to Download


  1. or download this
    open(INFO,"artist.id");
    @temp = <INFO>;
    $info = \@temp;
    close(INFO);
    
  2. or download this
    print @$info;