in reply to Re: Need Help Mapping Arrays
in thread Need Help Mapping Arrays

Couldn't you dump the header array altogether and just load a single hash? You could sort the keys, if you needed the order fixed. (or use Tie::IxHash for key ordering)