Skip to content

Instantly share code, notes, and snippets.

@sharifulin
Created January 21, 2013 07:01
Show Gist options
  • Save sharifulin/4584114 to your computer and use it in GitHub Desktop.
Save sharifulin/4584114 to your computer and use it in GitHub Desktop.
use v5.12;
use ojo;
say g(
'http://ostrovok.ru',
{'User-Agent' => 'Googlebot/2.1 (+http://www.googlebot.com/bot.html)'}
)
->dom
->at('a.mobile-banner')->{href}
;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment