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


-- 
Don't stop where the ink does.

        Shawn H Corey

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to