in reply to Re: Using TokeParser with embedded tags
in thread Using TokeParser with embedded tags
my $token = $p2->get_tag("font") $name = $p2->get_text(); $token = $p2->get_tag("br"); my $address = $p2->get_text(); $token = $p2->get_tag("br"); my $country = $p2->get_text();
|
|---|