for ('a', 'b') { ... my $reader = ...; ... while ($_ = $reader->chunk) { ... } ... }