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()
someFunction()
SomeFunction()

TIA,

   -John

-- 
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