Help for this page

Select Code to Download


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