in reply to Re: Use of uninitialized value when using regex
in thread Use of uninitialized value when using regex

More maintainable? You changed /=(\d+)$/ into /(?:=)(\d+)$/. How's that more straightforward or maintainable? What's the point of grouping a single character?