in reply to Which are perl-internal subroutines?

In general if you avoid bare word identifiers that are either all caps or all lowercase you will not collide with "Perl-internal" identifiers.


Perl is environmentally friendly - it saves trees
  • Comment on Re: Which are perl-internal subroutines?

Replies are listed 'Best First'.
Re^2: Which are perl-internal subroutines?
by Tobiwan (Beadle) on Nov 19, 2007 at 06:51 UTC
    Sorry, but that's not a sollution I can use. There exist a code-styleguide in my company. Methods are lowercase with underscores and constands are uppercase (which are solved as subroutines in module "use constants":)