>>>>> "TL" == Tim Lewis <twle...@sc.rr.com> 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  ------  u...@stemsystems.com  --------  http://www.sysarch.com --
-----  Perl Code Review , Architecture, Development, Training, Support ------
---------  Gourmet Hot Cocoa Mix  ----  http://bestfriendscocoa.com ---------

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to