Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use HTML::TreeBuilder::XPath;
    use HTML::StripTags qw(strip_tags);
    ...
    
    my $href = URI->new_abs($anchor->[0]->getValue, $search_url);
    print strip_tags($href,());
    
  2. or download this
    > perl moo.pl test
    GET failed on https://encrypted.google.com/search?hl=de&q=test: 403 Fo
    +rbidden at moo.pl line 10.