Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created June 13, 2018 00:24
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/521a8183a045f853b6be1195c979915e to your computer and use it in GitHub Desktop.
Save Whateverable/521a8183a045f853b6be1195c979915e 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 { say from-json: '[42'; CATCH { $e = .message; .resume } }; say ">>>{$e.perl}<<<"
(exit code 1)
===SORRY!=== Error while compiling /tmp/gMHPM4EJWm
Calling from-json() will never work with declared signature ($text)
at /tmp/gMHPM4EJWm:1
------> /lib'; use JSON::Tiny; my $e; try { say ⏏from-json: '[42'; CATCH { $e = .message;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment