in reply to Re: Hiding methods of class
in thread Hiding methods of class
Perl commonly marks private methods with a leading underscore
People -- neither Perl nor perl -- use the convention to mark a sub private with a leading underscore. The opening sentence is quite misleading, even though you later qualify that with "[t]here is no technical way to prohibit someone from using a private method".
|
|---|