Help for this page

Select Code to Download


  1. or download this
    #! perl
    use strict;
    ...
    push @array, { 'chapter' => $_, 'name' => $terms{$_} } for sort keys %
    +terms;
    
    print Dumper(\@array);
    
  2. or download this
    $VAR1 = [
              {
    ...
                'chapter' => '2'
              }
            ];