> > my $time; > $ua->get_p('/time')->then(sub { $time = $tx->res->json->{now} })->wait; > say $time; >
I did a typo, oops. my $time; $ua->get_p('/time')->then(sub { $time = shift->res->json->{now} })->wait; say $time; -- sebastian -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to mojolicious+unsubscr...@googlegroups.com. To post to this group, send email to mojolicious@googlegroups.com. Visit this group at https://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.