Help for this page

Select Code to Download


  1. or download this
    perl -e 'my $nested = { key_to_hash => {data => "here"}}; print %{$nes
    +ted->{key_to_has
    h}};'
    
  2. or download this
    use Data::Dumper;
    print Dumper($nested);