use Modern::Perl; { local $/ = ".EON\n\n"; while ( my $record = ) { say "I found: $record"; # ... now do something with $record ... } }