in reply to How use $^M?
iirc $^M is a leftover or similar.
It worked only if perl is built to use its own malloc instead of the system one (see comments in malloc.c). UPDATE Perl's malloc is used only if -Dusemymalloc is used when building perl.
See also: Is $^M a leftover April Fool?
L*
|
---|