Help for this page

Select Code to Download


  1. or download this
    $stream = HTML::TokeParser->new( \$content )
    $stream->get_tag('td');
    
    $key = $stream->get_trimmed_text('/td');