Hi All,
I am converting a program from Perl5 to Perl 6.
This line
else { eval "$RunSpecific"; }
became this line
else { EVAL "$RunSpecific"; }
And threw this error
$ perl6 -c GetUpdates.pl6
===SORRY!=== Error while compiling /home/linuxutil/GetUpdates.pl6
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 /home/linuxutil/GetUpdates.pl6:6016
------> else { EVAL "$RunSpecific"⏏; }
Any words of wisdom?
Many thanks,
-T
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Serious error.
All shortcuts have disappeared.
Screen. Mind. Both are blank.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~