in reply to Re: Re: Re: Structure
in thread What is this data structure ?

Thanks, i've read the tutorial you told me about and it really helped, I didn't know anything about references, but now I do things are much easier, so thanks, I added the code

undef %$entries;

Then ran my program and everything worked ok, the hash reference (or whatever) is cleared out after each loop and all works well! ... so far anyway!