in reply to Style Point: Catching eval { } errors
This brings the commonly used "e" into the game. I think this makes it more obvious what's happening here.eval { # Do stuff }; if (my $e = $@) { # Handle any errors }
Ok, in this project it gets even easier:
|
|---|