Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^5: Match text from txt to html

by marto (Cardinal)
on Sep 04, 2019 at 14:46 UTC ( [id://11105603]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Match text from txt to html
in thread Match text from txt to html

When open fails, get it to tell you why:

open(my $fh, '<', $html) or die "cannot open file $html: $!";

Trying to parse HTML like this is more often than not a waste of time.

Log In?
Username:
Password:

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

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

    No recent polls found