; # skip "--start of file--" while( ) { if( $_ eq "#:lav\n" ) { local $/= "#:eof\n"; my $block= ; # ... process $block here ... } elsif( $_ eq /^--end of file--/ ) { warn "Unexpected line: $_"; } }