- or download this
#!/usr/bin/perl
use LWP::Simple;
use lib 'JSON253/lib/';
...
my $result = get($url);
die "Could not get $url!" unless defined $result;
- or download this
$jsonstuff = decode_json($result);
$description = $jsonstuff->{items}->{snippet}->{description};
- or download this
"Happy with everything at the moment \x{1f60a}."
- or download this
"It’s the fans who make it worthwhile."