Re: REGEXP removing - il- - -b-f and - il- - - - f



You do realize that the characters 'F', '0' and '1' are included in the
character class \w which split() is removing?  :-)

yeah I realized that typo too late :), I meant \s not \w but then plain old my @tmp = split; is even better :)
.