Help for this page

Select Code to Download


  1. or download this
    for my $aref (values %alphabet) {
        say for @$aref;
    }
    
  2. or download this
    ...
    use Data::Dumper;
    print Dumper \%alphabet;
    
  3. or download this
    $VAR1 = {
              'SCALAR(0x783790)' => [
    ...
                                      '6'
                                    ]
            };