On Sat, Aug 20, 2005 at 01:08:07AM -0400, John E. Malmberg wrote: > Nicholas Clark wrote:
> I can only reproduce this on one instance of one test, but on that test > it can be reproduced every time. In your previous messages I couldn't spot whether you said which test. > Is there some quick way that I can turn on the DEBUG_m function once I > start reproducing the problem? It would be interesting to see if that > gave any more clues. Yes, good idea. You can do this by setting the bit values in $^D at runtime. So setting $^D to 128 just for the section you're interested in would be the same as -Dm on the command line, only locally. There's a table of letters and values in perlrun.pod. Nicholas Clark