... i'll stuck
Stuck where? Doing what?
I don't see anything getting "stuck"?:
sub mys{ print "??$_[0]??"; eval{ die 'bad stuff' if $_[0] eq 'die' }; };; print 'here'; eval{ mys( 'hello' ) }; print 'there'; eval{ mys( 'die' ) }; print 'over here';; here ??hello?? there ??die?? over here
In reply to Re^3: die through several evals
by BrowserUk
in thread die through several evals
by nyaapa
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |