|
|
| There's more than one way to do things | |
| PerlMonks |
Re: SOLVED:Regular expression fetching multiple matchesby 7stud (Deacon) |
| on Jan 14, 2013 at 03:02 UTC ( #1013149=note: print w/ replies, xml ) | Need Help?? |
|
I forgot to mention something else: 5) Don't try to parse html with your own regexes. There are plenty of perl HTML parsers that do the hard work for you. Here is one example:
The docs on how to use HTML::TreeBuilder are at HTML::Tree::Scanning.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||