Help for this page

Select Code to Download


  1. or download this
    my $html = '<html><font class="copy">Name<br />Address<br />Country</f
    +ont></html>';
    use HTML::TokeParser;
    ...
        print $text;
    
    }
    
  2. or download this
    Name
    -
    Address
    -
    Country
    
  3. or download this
    Name<br />Address<br />Country
    
  4. or download this
    Name - Address - Country