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

attribute collisions ín Moose

by morgon (Priest)
on Apr 13, 2009 at 22:15 UTC ( [id://757296]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Hubba;
    use Moose;
    ...
    
     return $this->hubba + 1;
    }
    
  2. or download this
    package Bubba;
    use Moose;
    ...
    
     return "bubba";
    }
    
  3. or download this
    Hubba->new->abba;
    

Log In?
Username:
Password:

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

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

    No recent polls found