in reply to Re: Is there any (performance) benefit to importing functions?
in thread Is there any (performance) benefit to importing functions?

...This isn't quite correct - the only one of those that is loaded automatically by Perl is utf8

Dang yeah you're right about that. I should have tested in a bare script beforehand. XSLoader however appears to still be callable using the long name without require, though.

EDIT: Never mind, XSLoader does require require, my bad again.