Help for this page
my $html = '<html><font class="copy">Name<br />Address<br />Country</f +ont></html>'; use HTML::TokeParser; ... print $text; }
Name - Address - Country
Name<br />Address<br />Country