Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
      map { [@{$table{$_}}[0..3]] } keys %table;
    
    print Dumper(\@loop);
    
  2. or download this
    $VAR1 = {
              'key2' => [
    ...
                'meenie' => 'Z'
              }
            ];