open(FILE,"test.txt") or die $!; while($line=){ $line=~s/-- .*//g; print "$line\n"; }