Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Using ArrayRef data members in Moose

by stephen (Priest)
on Jul 04, 2008 at 00:25 UTC ( [id://695498]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     package Holder;
    
    ...
    $holder->add_things('mango');
    
    print "My things are now:\t", join(' ', $holder->things() ), "\n";
    
  2. or download this
    My things are:          blue green green yellow
    My things are now:      blue green green yellow mango
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2024-04-19 22:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found