Not seeing much on the STYLE option.
I can use the regex m/(^\*)/ and that gives me what I need for the most part.
But where in the code can I use this regex? That is, can it be used as part of the diff command, as in { sub (m/(^\*)/) } ? (yes, I know this is not syntactically correct but you get the idea.)
Cheers!