Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^3: Optimization Help on Perl Hash Traversal (eval use)

by BrowserUk (Patriarch)
on Feb 07, 2013 at 01:52 UTC ( [id://1017540]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    'sub {
        my( $call_ids, $call_id, $index ) = @_;
    ...
            $call_ids->{$call_id}{$index}{ route },
            $corrected_route;
    }'
    
  2. or download this
    $agg_snippets{ $_ }{snippet} = eval $agg_snippets{ $_ }{snippet} for k
    +eys %{ $agg_snippets };
    
  3. or download this
     for my $this_call_id ( sort keys %$call_ids ) {
         $count++;
    ...
             }
         }
     }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (2)
As of 2024-04-20 03:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found