On Fri, 2 Nov 2001, Stephen Adkins wrote: > Method Naming: $obj->methodNameLikeThis(); > > All of these are potentially volatile assertions. > Please let me know what the opinions of the group are.
As several others have mentioned, this is not the perlstyle conventoin, nor is it what is used by most core Perl modules (do any use that style at all?). Yes, there are CPAN modules that do it, but not any in core that I can think of. This is Perl, not Java (thank dog), so let's keep it that way. -dave /*================== www.urth.org We await the New Sun ==================*/
