Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: OOP's setter/getter method - is there a way to avoid them?

by stevieb (Canon)
on Oct 27, 2015 at 13:49 UTC ( [id://1146111]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub write_graffiti {
        my $self = shift;
    ...
        # spray paint wall with the colour,
        # whether new or existing
    }
    
  2. or download this
    sub colour {
        my $self = shift;
    ...
    
        return $self->{colour};
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (2)
As of 2024-04-20 06:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found