Henrik Storner wrote:
Feel free to educate me on the finer details of Perl and the way it does regular expressions - I'm not in any way an expert on that subject. (I never could get my head twisted enough to figure out what all the different parenthesis and special chars do in Perl - so there's another reason why I've tried to make LARRD obsolete).
Yes, I think you can do without those parentheses. I actually have a small test tool to try and match names against expressions, and if I try your expression it works whether I have "(.*)" or just ".*". So
$HG1=%(pinky|sys.*p).nandomedia.com
should be fine.