in reply to Re: loop issue...
in thread loop issue...

...or, alternatively, use autoload; autodie; - which would have the effect of die()ing if a built-in fails, thus not unduly cluttering the code.

Update:

Thanx to Fletch, I did in fact mean autodie

A user level that continues to overstate my experience :-))