$/ = \10000000; open (FH, ") { my $i = -1; while( -1 < ($i = index($_, 'x', $i+1))) { #do something; } } close FH;