Help for this page

Select Code to Download


  1. or download this
    my %hash;
    
    ...
    {
        printf "%02x\n", $hash{$x}{key};
    }
    
  2. or download this
        
    foreach my $id (sort keys %hash)
        {
            printf Out "%02x\n", $hash{$id}{"counter"};
        }