Help for this page

Select Code to Download


  1. or download this
    print {$pro_list} $1, "\n" if $artist_link->url() =~ /(\d{9})/;
    
  2. or download this
    if ($artist_link->url() =~ /(\d{9})/) {
        print {$pro_list} $1, "\n";
    }