Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^3: Idea: Moose Mutal Coercion

by tobyink (Canon)
on Feb 16, 2012 at 08:36 UTC ( [id://954169]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub _build_net_income {
      my $self = shift;
      return $self->gross_income - $self->taxes;
    }
    
  2. or download this
    sub _build_net_income {
      my $self  = shift;
    ...
      $taxes = 0 if $taxes < 0;
      return $gross - $taxes;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (8)
As of 2024-04-18 12:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found