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

Re: The Cost of Nested Referencing

by Abigail-II (Bishop)
on Nov 15, 2002 at 13:46 UTC ( [id://213148]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        $data {$host} {$user} {$process} += $time_used;
    
  2. or download this
        $host_ref = $data {$host};
        $user_host_ref = $host_ref -> {$user};
        $proc_user_host_ref = $user_host_ref -> {$process};
        $proc_user_host_ref += $time_used;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://213148]
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-20 02:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found