>>>>> "TL" == Tim Lewis <[email protected]> writes:

  TL> What is considered to be the proper way of naming internal subroutines?
  TL> Example:
  TL> my_special_subroutine or mySpecialSubroutine

again it is a convention but perl names (other than class names) are
best done with _ as in my_special_subroutine. and if it is internal,
prefix it with _ as well.

uri

-- 
Uri Guttman  ------  [email protected]  --------  http://www.sysarch.com --
-----  Perl Code Review , Architecture, Development, Training, Support ------
---------  Gourmet Hot Cocoa Mix  ----  http://bestfriendscocoa.com ---------

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/


Reply via email to