Help for this page
my $subscribers = $ua->get( $url )->result->json->{subscribers_count};
my $feedurl = $ua->get($url)->result->json->{feeds.meta.links.feed};
Bareword "feeds" not allowed while "strict subs" in use