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
--
Don't stop where the ink does.
Shawn H Corey
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/