Subject: | String::Base does not affect rindex |
String::Base does not affect rindex:
bash-3.2$ perl -Mblib -MString::Base=1 -le 'print index "hello", "o"'
5
bash-3.2$ perl -Mblib -MString::Base=1 -le 'print rindex "hello", "o"'
4
This queue is for tickets about the String-Base CPAN distribution.
The Basics
People
|
Bug Information
|