my $content = `curl http://www.google.com/appsstatus/json/en 2>/dev/null`; $content =~ s/dashboard.jsonp\(//g; $content =~ s/\)\;$//g;