Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: curried-up moose

by Jenda (Abbot)
on Jan 21, 2009 at 23:42 UTC ( [id://737991]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    for ($body) {
      $_->legs(size=>42);
      $_->eyes(color => 'blue');
      print $_->eyes->color;
    }
    
  2. or download this
    for ($body) {
      -->legs(size=>42);
      -->eyes(color => 'blue');
      print -->eyes->color;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (5)
As of 2024-04-26 08:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found