in reply to Re: JSON Parsing error in perl script
in thread JSON Parsing error in perl script

Or better yet, use a Perl module like HTTP::Tiny to fetch the JSON instead of spawning an external process. This would allow you to gracefully handle non-200-OK HTTP responses.

  • Comment on Re^2: JSON Parsing error in perl script