Help for this page

Select Code to Download


  1. or download this
    use JSON;
    
    ...
        warn "json decode error: $@\n";
    }
    my $lat = $unjson->{"location"}{"lat"};
    
  2. or download this
    my $ok = eval {
        foo();
    ...
            warn "foo() fsck'd up, with unexpected err: $@\n";
        }
    }