Subject: | pos() not getting reset |
When I fetch stuff from a database using
$sth->bind_columns, then calling syllabify() on that
variable, pos() is apparently not reset. This causes
subsequent matches to attempt at the same character
position, rather than at the beginning. This is bad.
(Apparently, the way the DBI updates the variable
doesn't reset pos().)