in reply to Working with Subfolder
Now, every time when process is called, the @outLines array is created afresh.sub process { my @outLines = (); ... }
Another option would be to insert a @outLines = () statement after writing to the adjusted.learn file.
Arjen
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Working with Subfolder
by Anonymous Monk on May 28, 2004 at 12:42 UTC |