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

Re^2: Spliting a delimited string into variables

by Popcorn Dave (Abbot)
on Apr 07, 2011 at 20:03 UTC ( [id://898183]=note: print w/replies, xml ) Need Help??


in reply to Re: Spliting a delimited string into variables
in thread Spliting a delimited string into variables

I've got to second the vote for HTML::Parser or similar parsing engines.

A long time ago, before RSS feeds, I wrote a program to parse various newspaper websites and did the regexes by hand. I had 24 different rules for 90+ papers. When I rewrote it, I got it down to 9 rules, mainly based on web page design, since I used a parsing engine.

You're going to save yourself a ton of work since if the data changes you're going to have to rewrite your regexes each time.


To disagree, one doesn't have to be disagreeable - Barry Goldwater

  • Comment on Re^2: Spliting a delimited string into variables

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (2)
As of 2024-04-25 19:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found