html code ... Name
Address
Country
... html code #### my $p2 = new HTML::TokeParser(\$res->{_content} ); while (my $token = $p2->get_tag("font")) { my $text = $p2->get_trimmed_text("/font"); }