in reply to Capitalized subroutine names and packages

This behavior is documented in perlboot (and somewhere else, I'll update when/if I find the other example).
  • Comment on Re: Capitalized subroutine names and packages

Replies are listed 'Best First'.
Re: Re: Capitalized subroutine names and packages
by roundboy (Sexton) on Jan 06, 2003 at 21:50 UTC

    Another spot this is documented in on p.316 of the Camel book (3e), in the section "Package-Quoted Classes". This section also discusses the conditions under which Perl knows that a particular bareword is a module name, and how that forces a method call.