On 5/7/07, James. L <[EMAIL PROTECTED]> wrote:
do you mean parsing the file during each iteration and get the next availabe result then return it to TT?
Yes. Open the file and then read it line-by-line as the iterator requests it. Look at the docs for Template::Iterator. - Perrin