Shawn H Corey <shawnhco...@gmail.com> writes: > On Sun, 14 May 2017 02:08:11 +0100 > lee <l...@yagibdah.de> wrote: > >> I haven't used 'eval' before, and this seems inherently dangerous. > > eval EXPR; > eval; > > These are dangerous. > > eval BLOCK > > This is not. > > See: > > `perldoc -f eval` http://perldoc.perl.org/functions/eval.html > > `perldoc perlrun` and search for /-T/ > http://perldoc.perl.org/perlrun.html
Ok, do you see a way to do what I'm doing here by evaluating a block? -- "Didn't work" is an error. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/