Help for this page

Select Code to Download


  1. or download this
    sub parsegooglealertbody {
        my ($html,$results) = @_;
        my $tree = HTML::TreeBuilder->new_from_content($html);
    ...
        }
        return $results;
    }
    
  2. or download this
    use Storable qw( retrieve );
    use HTML::Element;
    use Data::Dumper;
    $anchors = retrieve('anchors.sto');