while( local $_ = <> ) { chomp; print if /xyz$/; }