Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^5: Idea: Moose Mutal Coercion

by BrowserUk (Patriarch)
on Feb 15, 2012 at 14:31 UTC ( [id://953960]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Equation_Problem; 
    use Moose;
    ...
            via => 'A * B',
        },
    );
    
  2. or download this
    package Equation_Problem; 
    use Moose;
    ...
        my $self = shift;
        $self->mass * $self->velocity;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2024-04-20 00:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found