http://www.perlmonks.org?node_id=440064


in reply to Re^3: Writing Modules/namespace polution
in thread Writing Modules/namespace polution

Thanks Mugatu,

I see what you mean, protection is a relative term when you have ahold of the object. Is there a way of privatizing variables/member functions of a package as you would with a C/C++ class so you can limit the interface size, otherwise without reading about each function via documention for the package its not clear from quickly scanning the code which functions are meant to be part of the interface?


Regards Paul.