Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Getter and Setter Function Names

by BrowserUk (Patriarch)
on Apr 09, 2003 at 22:29 UTC ( [id://249458]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $employee->salary($employee->salary()*1.1);
    
  2. or download this
    $employee->salary() *= 1.1;
    
  3. or download this
    #! perl -slw
    use strict;
    ...
    __END__
    3
    4.5
    

Log In?
Username:
Password:

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

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

    No recent polls found