in reply to Re: Re: it takes 1-2 seconds to return a string from a subrountine
in thread it takes 1-2 seconds to return a string from a subrountine
You may save alot of memory (and perhaps time) if you can avoid dereferencing the large array and hash refs. Don't dereference and assign them to the array and hash; just leave them as references.