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

Re^2: HTML::TokeParser Frustration

by Anonymous Monk
on Oct 17, 2008 at 04:07 UTC ( [id://717650]=note: print w/replies, xml ) Need Help??


in reply to Re: HTML::TokeParser Frustration
in thread HTML::TokeParser Frustration

Changing to get_tag yields...

Found Data: ARRAY(0x81e326c)

Replies are listed 'Best First'.
Re^3: HTML::TokeParser Frustration
by graff (Chancellor) on Oct 17, 2008 at 04:47 UTC
    Instead of this:
    print "Found Data: $text\n";
    try this:
    use Data::Dumper qw/Dumper/; ... print Dumper( $text );
    As explained in the manual for HTML::TokeParser, the "get_tag" function returns a reference to an array, and Dumper is just an easy way to see what the array elements contain.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (3)
As of 2024-04-25 12:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found