![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
Re: Regex not workingby davorg (Chancellor) |
on Jul 17, 2009 at 09:31 UTC ( #780979=note: print w/replies, xml ) | Need Help?? |
Your regex is failing to take account of the newline characters. However, parsing HTML with a regex is a bad idea. You should look at using a real HTML parser.
In Section
Seekers of Perl Wisdom
|
|