- or download this
(
( (
...
')').('`'|',').('`'|('$')).
'\\'.'\\'.('`'|'.').'\\'.'"'
.';'.('!'^'+').'"'.'}'.')');
- or download this
Eval-group not allowed at runtime, use re 'eval' in regex m/(?{eval"pr
+int\"hello world\\n\";
"})/ at v1.pl line 25.
- or download this
perl -MO=Deparse v1.pl
- or download this
'' =~ /(?{eval"print \"hello world\\n\";\n"})/;
v1.pl syntax OK
- or download this
use re 'eval';
- or download this
use if $] >= 5.017, re => 'eval';
- or download this
use if $^V && $^V gt 5.17.0, re => 'eval';