Help for this page
... my $result_ref = $data->{'results'}; ... say "closed_at: ", $hash_ref->{'closed_at'}; ... }
... foreach my $hash_ref (@{ $data->{'results'} }) { ... }