Help for this page

Select Code to Download


  1. or download this
    my $array_ref = {};
    push(@$array_ref, {});
    
  2. or download this
    use strict;
    use warnings;
    ...
    
        zzz(\@arr_of_href);   # zzz() will do something with this array
    }