Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    foreach my $k ('a', [], undef) { my $dummy = $h{$k}; }
    print("\n");
    foreach my $k (keys %h) { TestHash::keyinfo($k); }
    
  2. or download this
    string
    reference
    ...
    
    string
    reference