Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^3: Parsing HTML into various files

by psini (Deacon)
on Aug 25, 2010 at 08:48 UTC ( [id://857111]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Parsing HTML into various files
in thread Parsing HTML into various files

From the error message it looks like $parser is undef. So it is probably the previous line

my $parser = HTML::TokeParser::Simple->new(...);
which fails. Check if $parser is defined, and if the filename is valid; I don't think that HTML::TokeParser::Simple->new returns an error message, so best chance is that the file name is invalid.

Rule One: "Do not act incautiously when confronting a little bald wrinkly smiling man."

Log In?
Username:
Password:

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

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

    No recent polls found