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

Re^3: Moose roles

by EvanCarroll (Chaplain)
on Jan 13, 2010 at 21:58 UTC ( [id://817288]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    
     # Done with `auto_deref => 1`
    ...
     # assuming you mean $arrayRef, this already works so long as the type
    + is ArrayRef
     # or, a parent thereof.
     $obj->prop($array);
    
  2. or download this
    sub foo_writer {
     if ( length @_ > 1 ) {
    ...
      $_[0];
     }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-16 17:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found