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

Re^3: Moose is lovely

by stvn (Monsignor)
on Feb 29, 2008 at 17:29 UTC ( [id://671240]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    has 'foo' => (
        builder => 'build_foo'
    );
    
  2. or download this
    has 'foo' => (
        default => sub { (shift)->build_foo }
    );
    

Log In?
Username:
Password:

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

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

    No recent polls found