in reply to exit inside an eval statement

eval{} does not trap exit(). When you tell the program to exit, that's what it does. It's not an error if it works right, and if it works right you're no longer running the script. :)

--
brian d foy <brian@stonehenge.com>

Replies are listed 'Best First'.
Re^2: exit inside an eval statement
by Anonymous Monk on Sep 24, 2016 at 05:35 UTC
    Condición normal