Help for this page

Select Code to Download


  1. or download this
      [
        'S',  # indicates a start tag
    ...
        $attrseq,  # array ref to ordered list of %$attr. keys
        'full text of anchor tag'
      ]
    
  2. or download this
    my $htm = HTML::TokeParser->new( \$your_html_page );
    
    ...
            # do other stuff with other parts of html data...
        }
    }