in reply to
is it ok to name object methods after core functions?
It'll work fine, and when the semantics match, it's probably a good idea to re-use built-in names, since that will make it easier to read and understand the code.
"What should it profit a man, if he should win a flame war, yet lose his cool?"
Comment on
Re: is it ok to name object methods after core functions?
In Section
Seekers of Perl Wisdom