On Jul 13, 2004, at 6:52 PM, perl.org wrote:

Is there an established, documented best practice for naming subroutines in
Perl? does it differ whether the subroutine is in a script or a module (I
would like it to be clear in my scripts whether I am expecting something local
or packaged). I have seen at least:


some_function()

This one is typical Perl style. Some of use find it easier to read than those Java-ish variants you showed.


Check out:

perldoc perlstyle

James


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to