There are clearer ways of saying m/^[ab]$/ than strchr("ab", c)
authorNicholas Clark <nick@ccl4.org>
Fri, 3 Dec 2004 18:26:43 +0000 (18:26 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 3 Dec 2004 18:26:43 +0000 (18:26 +0000)
commit70ec62655df91a127fc208eb77497a9be5917f1b
tree5020014913ad4db9d3e38e3cde63b6a5ac33fd18
parentef97f5b30528a5e4790713361751c0a1bbd94c48
There are clearer ways of saying m/^[ab]$/ than strchr("ab", c)
They seem to produce slightly smaller object code too.

p4raw-id: //depot/perl@23604
gv.c