Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created June 13, 2018 00:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/8e53df9d9d769d6452e57b54edeefaf8 to your computer and use it in GitHub Desktop.
Save Whateverable/8e53df9d9d769d6452e57b54edeefaf8 to your computer and use it in GitHub Desktop.
evalable6
use lib 'data/all-modules/cpan/MORITZ/JSON-Tiny/lib'; use JSON::Tiny; my $e; from-json('[42'); CATCH { $e = .message }; say ">>>{$e.perl}<<<"
(exit code 1)
Input (3 characters) is not a valid JSON string
in sub from-json at /home/bisectable/git/whateverable/data/all-modules/cpan/MORITZ/JSON-Tiny/lib/JSON/Tiny.pm (JSON::Tiny) line 59
in block <unit> at /tmp/VAoXpU4vIT line 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment