Help for this page

Select Code to Download


  1. or download this
    my $hashref = {};
    my %hash = $hashref;
    
  2. or download this
    $ perl -MData::Dump -e " dd { {} } "
    { "HASH(0x3f8a6c)" => undef }