in reply to Re: module problems
in thread module problems
but this seams as pretty "hammered" way to do this . Why? because this is the only way i now how to clear my memory, all other functions do not work, if i don't do this it seams that perl looses the tag that tells him where he left some peace of data, and he can't clear the memory every time he repeats the process (so i have a hudge memory leakage). memory builds until there is no free memory left so the program crashes finaly.for(my $i...){ system ("perl foo.pl X Y"); ... }
:)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: module problems
by GrandFather (Saint) on May 16, 2008 at 22:47 UTC |