Skip to content

Instantly share code, notes, and snippets.

@tempire
Created February 6, 2011 19:08
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/813614 to your computer and use it in GitHub Desktop.
Save tempire/813614 to your computer and use it in GitHub Desktop.
my $dom = Mojo::DOM->new;
$dom->parse('
<div>
<h1 id="hope">A new hope</h1>
<p>A neat article about Mojolicious</p>
</div>
');
print $dom->at('#hope')->text;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment