Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Perl Gods, I need some help -- suppose I want to search a variable containing the contents of a HTML page, what would be the best way? For example, the HTML page has "NOTE: Something somethinng", but NOTE: is surrounded by a bunch of HTML gook. All I want is the stuff after "NOTE:" .. how would I do that?
And I want to extract "By arrangement." from the above .... how would I do that? Thanks, Helpless (and Stupid)<font face='Arial,Helvetica,Sans Serif' color='#000055' size='2'/><B>N +ote:</B> </font><font face='Arial,Helvetica,Sans Serif' color= +'#000055' size='2'/>By arrangement.</font>
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Extract text from HTML
by jdporter (Chancellor) on Dec 28, 2002 at 15:29 UTC | |
by Anonymous Monk on Dec 28, 2002 at 18:07 UTC | |
by Anonymous Monk on Dec 28, 2002 at 19:07 UTC | |
Re: Extract text from HTML
by Juerd (Abbot) on Dec 28, 2002 at 14:47 UTC | |
Re: Extract text from HTML
by vek (Prior) on Dec 29, 2002 at 14:09 UTC | |
Re: Extract text from HTML
by osama (Scribe) on Dec 29, 2002 at 20:56 UTC |
Back to
Seekers of Perl Wisdom