Help for this page

Select Code to Download


  1. or download this
    use HTML::TreeBuilder::XPath;
    
    ...
    for my $link ( @links ){
        print $link->attr('href'), "\n";
    }
    
  2. or download this
    my @links = $tree->findnodes('//td/a') ;
    for my $link ( @links ){
        print $link->attr('href'), "\n";
    }
    
  3. or download this
    /Archives/edgar/data/1050122/000092735601000365/0000927356-01-000365-0
    +001.txt
    /Archives/edgar/data/1050122/000092735601000365/0000927356-01-000365-0
    +002.txt
    ...
    /Archives/edgar/data/1050122/000092735601000365/0000927356-01-000365-0
    +009.txt
    /Archives/edgar/data/1050122/000092735601000365/0000927356-01-000365-0
    +010.txt
    /Archives/edgar/data/1050122/000092735601000365/0000927356-01-000365.t
    +xt