Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created June 13, 2018 00:29
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/71d0353a0395d65e200aea4cafa07880 to your computer and use it in GitHub Desktop.
Save Whateverable/71d0353a0395d65e200aea4cafa07880 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; try { 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/bYMisLb7N7 line 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment