Help for this page
my %sham = ( 1 => "j", ... 1 => "p", 2 => "b", );
my %sham = ( 1 => "p", 2 => "b", );
my @sham = ( # note the sigil { ... 2 => "b", }, );