If you want all text (including inner tags), you can use as_text method of elements. In this case it would also return title and date, but generally it is useful.... for my $part ($div->content_list) { print $part,"\n" if !ref($part); } ...
--Roman
In reply to Re^4: HTML Parsing /Regex Qstn
by bobr
in thread HTML Parsing /Regex Qstn
by sri1230
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |