Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Re^2: Private method variations

by TimToady (Parson)
on Mar 01, 2004 at 17:46 UTC ( [id://332992]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    has $.foo;            # public attribute
    has $:bar;            # private attribute
    ...
         .:bar()          # unary variant
    ...
    $self.bar()           # calls public bar, not private.
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://332992]
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found