open FILE, $filename or die "Can't open file: $!\n"; my @recs = grep {s/^.*--from//} ; print @recs; close FILE;