Help for this page

Select Code to Download


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