Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Hash table checker doesnt work

by hodashirzad (Novice)
on Apr 10, 2007 at 07:56 UTC ( [id://609089]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        next unless defined($token->[1]{href});
        next unless defined($token->[1]{class});
        next unless $token->[1]{href} =~ /\?page=/ || $token->[1]{class} =
    +~ /top10_link/;
        my $urls = $token->[1]{href};
    
  2. or download this
    if(!$parent{$urls}){
          my $count = keys %parent;
    ...
            &passing($urls);
          }
        }
    
  3. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    
    &passing("http://www.ash-distribution.co.uk/index.php?c=%20Ink&sc=Epso
    +n%20Replacement%20Cartridges");
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (2)
As of 2024-04-26 07:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found