Front page | perl.perl5.porters |
Postings from August 2001
Wither regex change?
Thread Next
From:
Peter Scott
Date:
August 30, 2001 17:49
Subject:
Wither regex change?
Message ID:
4.3.2.7.2.20010830174202.00bd5cb0@mail.webquarry.com
I just discovered this change between 5.004 and 5.005:
% perl5.004 -le '@a = "abc" =~ /d/; print $#a'
0
% perl5.005 -le '@a = "abc" =~ /d/; print $#a'
-1
Makes sense to me. Unfortunately I can't find it documented anywhere, and
I've done the best I can to search the p5p archives and go through the
Changes files for 5.005. Does anyone happen to know where it might have
been documented? I thought that something with that large an effect would
have been easily found in the docs, and I was embarrassed not to be able to
point it out.
--
Peter Scott
Pacific Systems Design Technologies
Thread Next
-
Wither regex change?
by Peter Scott