open FILE, "file.txt" or die "can't do : $!\n"; while () { # do some test on $_ # if it's a string you want, keep it } close FILE;