Help for this page

Select Code to Download


  1. or download this
    my %values = (
        name => 'chromatic',
        rank => 'saint',
    ...
        }
        return %values;
    }
    
  2. or download this
    my %values = (
        foo => 1,
        bar => 2,
    ...
        }
        return \%backwards;
    }