Help for this page

Select Code to Download


  1. or download this
    push @AoH, { %globHash };
  2. or download this
    while (<>) {
      my %hash = split;
      push @AoH, \%hash;
    }