Help for this page
html code ... <font class="copy">Name<br />Address<br />Country</font> ... html code
my $p2 = new HTML::TokeParser(\$res->{_content} ); while (my $token = $p2->get_tag("font")) ... }