Mojo::UserAgent
- Mojo::UserAgent
- Mojo::Message::Response
- res
- body
use strict;
use warnings;
use Mojo::UserAgent;
my $ua = Mojo::UserAgent->new;
print $ua->get('http://www.yapcna.org/yn2016/')
->res->body;
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
use strict;
use warnings;
use Mojo::UserAgent;
my $ua = Mojo::UserAgent->new;
print $ua->get('http://www.yapcna.org/yn2016/')
->res->body;