Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^3: Print all derefs and method calls in a directory (Friday golf)

by ikegami (Patriarch)
on Jan 09, 2009 at 05:46 UTC ( [id://735087]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    @{$people->{login}->{desk}->{paperclips}}
    
  2. or download this
    for my $employee (@$employees) {
       for my $desk (@{ $employee->{desks} }) {
          $paperclips += $desk->{paperclips};
       }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-04-16 14:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found