Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my @c = map {{%{$a_[$_]}, %{$b_[$_]}}} 0..$#a_;
    
    Dump (\@c);
    
  2. or download this
    $ARRAY1 = [
                {
    ...
                  otherdata => 'bstuff'
                }
              ];