in reply to Re: Overriding built-in function works only via import()?
in thread Overriding built-in function works only via import()?

I should've read perlsub first. Thanks, haukex. I'd guess the reason for requiring this is to make it less likely to accidentally override builtins (e.g. think of an old Perl program declaring its own "say" subroutine).
  • Comment on Re^2: Overriding built-in function works only via import()?