Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    use strict;
    ...
    @$AoH = map { { page => $_ };{ chap=>$_ } } keys %uniq;
    
    print Dumper ($AoH);
    
  2. or download this
    $VAR1 = [
              {
    ...
                'chap' => 'spring'
              }
            ];