Help for this page

Select Code to Download


  1. or download this
                unless (defined $cdr_list->{$msisdn})
                {
                    $cdr_list->{$msisdn} = [];
                }
    
  2. or download this
                push @{$cdr_list->{$msisdn}}, $record;
                     # autovivifies $cdr_list->{$msisdn} as an array ref f
    +or each new key