Advertisement
Guest User

Mojo UserAgent Map

a guest
Nov 25th, 2014
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.13 KB | None | 0 0
  1. $tx->res->dom('div#coreGameGenre > div > div')->map( sub {
  2.   try { $content->{$_->text} = $_->next_sibling->at('a[href]')->text };
  3. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement