$startOfData= tell DATA; while( ) { ProcessData( $_ ); } seek( DATA, $startOfData, 0 ) or die "Can't seek: $!"; while( ) { ReprocessedCheese( $_ ); }