next unless $token->[1]{href} =~ /\?page=/ || $token->[1]{class} =~ /top10_link/; #### next unless ($token->[1]{href} =~ /\?page=/) || ($token->[1]{class} =~ /top10_link/); #### next unless ($token->[1]{href} =~ /\?page=/) or ($token->[1]{class} =~ /top10_link/);
## next unless ($token->[1]{href} =~ /\?page=/) || ($token->[1]{class} =~ /top10_link/); ##
## next unless ($token->[1]{href} =~ /\?page=/) or ($token->[1]{class} =~ /top10_link/);