[root@clrfmd1 libexec]# ./check_googlestats.pl --service='Google Calendar' malformed JSON string, neither array, object, number, string or atom, at character offset 0 (before "(end of string)") at ./check_googlestats.pl line 23 #### my $content = `curl http://www.google.com/appsstatus/json/en 2>/dev/null`; $content =~ s/dashboard.jsonp\(//g; $content =~ s/\)\;$//g;