Hi
I am trying to see how the concepts of private in C++ class holds true in Perl. Basically I see that for "methods" in class, Perl as such doesn't support private characterstics however you could use perl constructs to do it.
On the otherhand does perl by itself support private data members?