try this:print "Found Data: $text\n";
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.use Data::Dumper qw/Dumper/; ... print Dumper( $text );
In reply to Re^3: HTML::TokeParser Frustration
by graff
in thread HTML::TokeParser Frustration
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |