Advertisement
Guest User

Untitled

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