in reply to Re: Hash table checker doesnt work
in thread Hash table checker doesnt work
Thanks againnext unless defined($token->[1]{href}) || defined($token->[1]{class}) +; if (defined($token->[1]{class}) && $token->[1]{class} =~ /top10_link +/){ do some code } if($token->[1]{href} =~ /\?page=/){ do some code }
|
|---|