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