Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    
    ...
              'later' => 'gone',
              'all' => 'bye'
            };
    
  2. or download this
    my %hash = (
          'hi' => {'hello' => 'all'},
          'bye' => {'later' => 'gone'}
          );