Shawn H Corey <[email protected]> writes: > On Sun, 14 May 2017 02:08:11 +0100 > lee <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
