Help for this page

Select Code to Download


  1. or download this
    my $key_total = keys %hash;
    
  2. or download this
    my $defined_count = grep { defined } values %hash;