$record = { NAME => "Jason", EMPNO => "132", (etc..) }; #### $byname {$record->{NAME}} = $record;