Help for this page

Select Code to Download


  1. 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;
    
  2. or download this
    $jsonstuff = decode_json($result);
    
    $description = $jsonstuff->{items}->{snippet}->{description};
    
  3. or download this
    "Happy with everything at the moment \x{1f60a}."
    
  4. or download this
    "It’s the fans who make it worthwhile."