Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    }
    
    untie %H;
    
  2. or download this
    |10.1353/ham.2005.0020| does not exist!
    |10.1353/ham.2005.0020| eq |10.1353/ham.2005.0020|
    
  3. or download this
    while(my $k = each %H) {
       print "$k does not exist\n"  if (!exists $H{$k});
    }