Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
            ->Indent(1)
            ->Dump
    );
    
  2. or download this
    
    > ./create-nested-hash.pl foo/bar/baz=10 spam/eggs/ham=hi foo/stuff=20
    + top='Tophat!'
    ...
        "stuff" => 20
      }
    }