Help for this page

Select Code to Download


  1. or download this
    # reading from file
    # format: LEAD=fred FRIEND=barney
    ...
      }
      push @AoH, $rec;
    }
    
  2. or download this
    while ( <> ) {
      #$rec = {};
    ...
      }
      push @AoH, $rec;   #?
    }