in reply to perl script eats all my PC memory...
You have strict commented out. Why....?#!/usr/bin/perl # use strict;
Never mind, uncomment it. Fix your problems bugs. Try it again. Repeat until it compiles cleanly.
Then run it through perltidy. Fix your bugs. Iterate until it's clean as can be.
Now run it and see if it "eats all you memory. If it does, start debugging your logic. Have fun.
----
I Go Back to Sleep, Now.
OGB
|
|---|