Help for this page

Select Code to Download


  1. or download this
    use HTML::TreeBuilder::XPath;
    # ...
    my $tree = HTML::TreeBuilder::XPath->new_from_content($content);
    my $id = $tree->findvalue('//a[@title="SEARCH"]/@id');
    
  2. or download this
    $ie->getLink('id:', $id )->Click();