in reply to Re: Resource allocation question
in thread Resource allocation question
I am more interested in whether the list sticks around, as opposed to the time to create with qw() or whatever. blah() would be a function that is called many, many times during execution, and i only want @list to be initialized once.