#!/usr/bin/perl -i -p # Make some hyphens unbreakable. s{(--\w[-\w]+)}{ $x = $1; $x =~ s/-/\\-/g; $x }eg; s/(?