Help for this page

Select Code to Download


  1. or download this
    my %hash = (
        key1 => [\@a1_ref, \@a2_ref],
        key2 => [\@a3_ref, \@a4_ref],
    );
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    use warnings;
    ...
    );
    
    print "hoffentlich eine acht: ", $hash{key1}->[1]->[1], "\n";