in reply to Re: Working with Subfolder
in thread Working with Subfolder

i have used your suggestions, however, i am still getting the same problem. Processed the first file fine, then the second processed file, lists both and so on!

Replies are listed 'Best First'.
Re: Re: Re: Working with Subfolder
by tachyon (Chancellor) on May 30, 2004 at 04:45 UTC

    You need to empty @outlines as noted in the code above. Otherwise each call to process() will add more lines to @outlines.

    cheers

    tachyon