Help for this page

Select Code to Download


  1. or download this
    <table class='adfu'> ... </table>
    ...
    <table class='body'>
      <table class='userdata'> ... </table>
    </table>
    
  2. or download this
    use LWP::Simple;
    use HTML::Parser;
    ...
    
    $parser->parse( $content );
    $parser->eof;