Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    is dive(\%foo, qw/ bar quz /), undef;
    like exception { dive(\%foo, qw/ $hello /) },
        qr/\bunsafe keys\b/i;