Help for this page

Select Code to Download


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