Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    is_deeply( $h, { b => {} }, 'no autovivification' );
    
    is( $f, undef, 'no value assigned' );
    
  2. or download this
    1..2
    ok 1 - no autovivification
    ok 2 - no value assigned