#Format:#eof(FILEHANDLE)#eof()#eofopen ( DB, "data.txt") || die "Can't open emp.names: $!";while(){ print if (/Norma/ .. eof); # .. is the range operator}