in reply to Improving memory performance
@array = (); # empty the array %hash = (); # empty the hash $var = undef; # empty the variable [download]