Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Hash table checker doesnt work

by ferreira (Chaplain)
on Apr 10, 2007 at 10:03 UTC ( [id://609096]=note: print w/replies, xml ) Need Help??

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/);
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://609096]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (2)
As of 2024-04-20 01:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found