From: Jim Cromie Date: Mon, 23 Nov 2009 18:57:15 +0000 (-0700) Subject: add mention of PERL_MEM_LOG in perlrun.pod X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9aa9f4999e15926df7a18fb2d5cc297f90e02e67;p=p5sagit%2Fp5-mst-13.2.git add mention of PERL_MEM_LOG in perlrun.pod --- diff --git a/pod/perlrun.pod b/pod/perlrun.pod index f89c979..570ff65 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -1245,6 +1245,16 @@ see L for more information. B to people who don't need to know it. See also hash_seed() of L. +=item PERL_MEM_LOG +X + +If your perl was compiled with -Accflags=-DPERL_MEM_LOG, setting envar +PERL_MEM_LOG=1mst writes (m)emory and (s)v debug messages with +(t)imestamps to stdout(1) instead of stderr(2). You can write to +other opened fds too, in a variety of ways; + + bash$ 3>foo3 PERL_MEM_LOG=3m perl ... + =item PERL_ROOT (specific to the VMS port) X