Help for this page

Select Code to Download


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