Help for this page

Select Code to Download


  1. or download this
    next unless $token->[1]{href} =~ /\?page=/ || $token->[1]{class} =~ /t
    +op10_link/;
    
  2. or download this
    next unless ($token->[1]{href} =~ /\?page=/) 
             || ($token->[1]{class} =~ /top10_link/);
    
  3. or download this
    next unless ($token->[1]{href} =~ /\?page=/) 
             or ($token->[1]{class} =~ /top10_link/);