Help for this page

Select Code to Download


  1. or download this
    my %hash = (); # empty hash
    print "empty!" unless (%hash);
    
  2. or download this
    my @a = keys(%hash)
    print "$#a\n";