w; my @posts; my $json = $ua->get('https://www.reddit.com/r/todayilearned.json')->res->json; # Children are posts in reddit world. foreach my $post (@{$json->{data}{children}}) {