Help for this page

Select Code to Download


  1. or download this
    for my $to (sort keys %from_to_bytes){
            printf "%10s", "$from_to_bytes{$to}";
    }
    
  2. or download this
    my %total_col;
    for my $i (keys %from_to_bytes) {
    ...
    }
    
    print "\n";