in reply to How to extract text present in 3 lines within the HTML tags
use Mojo::DOM; print Mojo::DOM->new->parse($yourtext)->at('title')->text;
Requires Mojolicious to be installed.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to extract text present in 3 lines within the HTML tags
by Anonymous Monk on May 17, 2011 at 07:33 UTC | |
by jellisii2 (Hermit) on May 17, 2011 at 12:41 UTC | |
|
Re^2: How to extract text present in 3 lines within the HTML tags
by raybies (Chaplain) on May 17, 2011 at 12:41 UTC |