Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Private Methods Meditation

by theAcolyte (Pilgrim)
on Jul 19, 2004 at 04:08 UTC ( [id://375455]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package SomeObject;
    
    ...
    # ------------------------------------------
    # to call this method:
    $self->$very_private();
    
  2. or download this
    package SomeObject;
    
    ...
    {
         ...
    }
    
  3. or download this
    $self->$package_of_method::Semi_Private_Method();
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://375455]
Approved by Zaxo
Front-paged by broquaint
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-04-20 04:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found