Devel::Leak doesn't show any leaks
C:\>perl -MDevel::Leak -le"print Devel::Leak::NoteSV($handle); { my $x + = []; } print Devel::Leak::CheckSV($handle);" 5513 5513 C:\>perl -MO=Concise -e" { my $x = []; } a <@> leave[1 ref] vKP/REFC ->(end) 1 <0> enter ->2 2 <;> nextstate(main 3 -e:1) v ->3 9 <2> leaveloop vK/2 ->a 3 <{> enterloop(next->9 last->9 redo->4) v ->4 - <@> lineseq vK ->9 4 <;> nextstate(main 1 -e:1) v ->5 8 <2> sassign vKS/2 ->9 6 <@> anonlist sK* ->7 5 <0> pushmark s ->6 7 <0> padsv[$x:1,2] sRM*/LVINTRO ->8 -e syntax OK C:\>perl -MO=Concise -e" { my $x = []; 1} b <@> leave[1 ref] vKP/REFC ->(end) 1 <0> enter ->2 2 <;> nextstate(main 3 -e:1) v ->3 a <2> leaveloop vK/2 ->b 3 <{> enterloop(next->a last->a redo->4) v ->4 - <@> lineseq vKP ->a 4 <;> nextstate(main 1 -e:1) v ->5 8 <2> sassign vKS/2 ->9 6 <@> anonlist sK* ->7 5 <0> pushmark s ->6 7 <0> padsv[$x:1,2] sRM*/LVINTRO ->8 9 <;> nextstate(main 2 -e:1) v ->a - <0> ex-const v ->- -e syntax OK C:\>pmvers Devel::Leak 0.03 C:\>perl -v|grep buil This is perl, v5.8.9 built for MSWin32-x86-multi-thread Binary build 825 [288577] provided by ActiveState http://www.ActiveSta +te.com

In reply to Re^2: question about Devel::LeakTrace::Fast by Anonymous Monk
in thread question about Devel::LeakTrace::Fast by perl5ever

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.