Does PERL_MEM_LOG still work? I can't seem to get it to. Trying with: ./Configure -DPERL_MEM_LOG -des -Dusedevel && make -j 8 export PERL_MEM_LOG=m ./perl -Ilib -e 'my @x = 1..5; for (1..5) { my $y = $x[$_]; print $y; }' Doesn't seem like PERL_MEM_LOG even shows up in the make output, or config.h... If I edit config.h manually to include "define PERL_MEM_LOG" compilation fails... Seems like a useful thing if I can get it working.. Thanks, -- Matthew Horsfall (alh)Thread Next