![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
Re: How do I extract text from an HTML page?by CountZero (Bishop) |
on Aug 03, 2003 at 16:06 UTC ( #280447=note: print w/replies, xml ) | Need Help?? |
Well whatever you do, the only way not to go is to regex the HTML-code yourself. This will only work for the most simple and regular of HTML-code and will break before you know it. Another approach is to go to the source of your data in the first web-page. Assuming that this is based upon some database, can't you go directly to that database and query the data from there? CountZero "If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law
In Section
Seekers of Perl Wisdom
|
|