Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^2: More efficient use of HTML::TokeParser::Simple

by bart (Canon)
on Jul 10, 2006 at 20:41 UTC ( [id://560223]=note: print w/replies, xml ) Need Help??


in reply to Re: More efficient use of HTML::TokeParser::Simple
in thread More efficient use of HTML::TokeParser::Simple

I hadn't used HTML::TokeParser::Simple before, but I just tried it now, and it works fine for me even after removing the second call:
my $p = HTML::TokeParser::Simple->new($ARGV[0]);
Only if all the tags your want to capture next, come below the first one ("title"). It's very likely they do.

Can you rewind a HTML::TokeParser::Simple? I don't think you can. But you can go through the tags one at a time, and check if it's one you're interested in, be it "title" or "h1". I wish it provided a way to scan for any of ("title", "h1"). Perhaps it will in the future, I think I'm going to supply a patch to that effect.

Log In?
Username:
Password:

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

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

    No recent polls found