http://www.perlmonks.org?node_id=1016066


in reply to Re: Speed up hash initialization loop
in thread Speed up hash initialization loop

This sounds like what I need to do but I don't understand where to deref. Should this be within the subroutine? If it is outside of the subroutine, I think I'm already doing this, my %profEvntVar is defined above, and in the end I need it to contain all of the info about each profile in @profiles

Sorry if I'm missing something