|
|
|
Clear questions and runnable code get the best and fastest answer |
|
| PerlMonks |
Re^2: Exiting eval via next: is that so bad?by dd-b (Pilgrim) |
| on Sep 23, 2011 at 19:36 UTC ( [id://927610]=note: print w/replies, xml ) | Need Help?? |
|
Please forgive necromancy. In the case I just hit, I'm doing this:
So, I'm not just exiting the eval, I'm exiting considerably more. AND I'm doing it by an explicit label, not implicitly, so I really shouldn't be confused about what I'm doing. I'd really prefer not to get this warning in the case when I'm using a loop label to exit a particular loop. (The big while loop is handling client connects as they come in, the eval inside it is to prevent unexpected errors from killing the whole server; they just abort the one connection. This is test code, the full version will fork of course, once it can handle the simple case.)
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||||||||||||