$string = "one two three two four"; $gnirts = reverse $string; $gnirts =~ s/ owt//; $string = reverse $gnirts;