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++;
    ...
             }
         }
     }