Help for this page
use YAML; use Test::More tests => 3; ... } is( keys %hash, 2, "deleted two keys" ) or warn Dump \%hash;