Help for this page

Select Code to Download


  1. or download this
    $ perl -Mstrict -Mwarnings -MData::Dump -le '
        my %x = (a => { B => 2 });
    ...
    
    undef^undef
    { a => { B => 2 }, b => {} }