Help for this page

Select Code to Download


  1. or download this
    @array = ('x', 'x', 'y', 'z', 'z', 'z');
    my %items;
    ...
    
    use Data::Dumper;
    print Dumper \%items;
    
  2. or download this
    $VAR1 = {
              'x' => [
    ...
                       5
                     ]
            };