in reply to is it ok to name object methods after core functions?
>perl -e"sub print { shift; CORE::print(qq{[@_]\n}); } __PACKAGE__->pr +int('foo'); [foo] [download]
Whether it will lead to confusion or not is up to you.