Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
       ->new( [ \ %hash ], [ qw{ *hash } ] )
       ->Sortkeys( 1 )
       ->Dumpxs();
    
  2. or download this
    %hash = (
              'first' => {
    ...
                           'i' => '9'
                         }
            );