Help for this page

Select Code to Download


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