range operator does magical string increment iff both operands
authorGurusamy Sarathy <gsar@cpan.org>
Tue, 28 Dec 1999 19:55:56 +0000 (19:55 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Tue, 28 Dec 1999 19:55:56 +0000 (19:55 +0000)
commit39eb404022bff33467711717d8de9566914a79f1
treea35d37a29b5dd3ed938a5943dad60389ef1f0c13
parent5db1039675bdeda8d9e4e8a1462abefb8ede0419
range operator does magical string increment iff both operands
are non-numbers, from Tom Phoenix <rootbeer@redcat.com>; fixed
the "foreach (RANGE)" case as well

p4raw-id: //depot/perl@4730
pp_ctl.c
t/op/range.t