Help for this page
use feature ":5.14"; use warnings FATAL => qw(all); ... say "Aegon,2,1 = ", $h1->{Aegon}[2][1]; }
{ Aegon => [ ... } What happens when you apply scalar to a hash is this: 2/8 Aegon,2,1 = 4,107