Help for this page

Select Code to Download


  1. or download this
    $mech->get($url);
    $content = $mech->content();
    
  2. or download this
    $te = HTML::TableExtract->new(depth => 0);
    $te->parse($content);
    $te->first_table_found;
    print $te->cell(2,2);
    
  3. or download this
    # Error I receive:
    # Can't locate object method "cell" via package "HTML::TableExtract"