Help for this page

Select Code to Download


  1. or download this
    print $out Data::Dumper->Dump( [ \%hash ], [ '*dict' ] );
    
  2. or download this
    my %dict;
    eval $dumped_string        # initializes %dict
      or die $@;