Help for this page

Select Code to Download


  1. or download this
    use Tie::Hash::Vivify;
    use Carp qw(confess);
    ...
    my $hashref = Tie::Hash::Vivify->new(sub {
      confess("No auto-vivifying!\n".Dumper(\@_))
    });