Skip to content

Instantly share code, notes, and snippets.

@tempire
Created February 6, 2011 19:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tempire/813613 to your computer and use it in GitHub Desktop.
Save tempire/813613 to your computer and use it in GitHub Desktop.
Mojo::UserAgent->new->get('http://www.google.com/search?q=mojolicious')
->res->dom->find('h3.r a')
->each( sub { print shift->all_text . "\n" } );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment