Message-ID: <
19980711080957.2106.qmail@betelgeuse.wayne.fnx.com>
p4raw-id: //depot/perl@1437
}
$retstr .= " entr" . ( @items > 1 ? "ies" : "y" )
- . " elsewhere in this document "; # terminal space to avoid words running together (pattern used strips terminal spaces)
+ . " elsewhere in this document";
+ # terminal space to avoid words running together (pattern used
+ # strips terminal spaces)
+ $retstr .= " " if length $trailing_and;
$retstr .= $trailing_and;
return $retstr;