foreach (@blah) { do stuff with $_ from @blah { my $_; while () { do stuff with $_ read from the handle } } do stuff with $_ from @blah }