Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created June 13, 2018 19:06
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/c98ca57cc7ec764f9d450464b555d020 to your computer and use it in GitHub Desktop.
Save Whateverable/c98ca57cc7ec764f9d450464b555d020 to your computer and use it in GitHub Desktop.
evalable6
my $s = 'ohai'; my $r = EVAL "rx/$s/"; die $r.perl
(exit code 1)
===SORRY!=== Error while compiling /tmp/pJTNjBeu4G
EVAL is a very dangerous function!!! (use the MONKEY-SEE-NO-EVAL pragma to override this error,
but only if you're VERY sure your data contains no injection attacks)
at /tmp/pJTNjBeu4G:1
------> my $s = 'ohai'; my $r = EVAL "rx/$s/"⏏; die $r.perl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment