Subject: | Too simple regex for cleanline |
At Perl.pm:688 cleanline is modified with regex to remove comments based on simple existence of hash mark outside of pattern match. However, hash marks are used also to denote the last index of an array ($#array). Thus, this line may delete too much from the cleanline.