Help for this page
#!/usr/bin/perl use feature "say"; ... { one => 11, two => 22, three => 33 }, ); say $hashes[1]->{one}; # 11