Help for this page

Select Code to Download


  1. or download this
    PERL_DEBUG=1 PERL_VALGRIND=1 PERL_DESTRUCT_LEVEL=2
     valgrind --leak-check=full perl -e 'sub k {1}'
    
  2. or download this
    PERL_DEBUG=1 PERL_VALGRIND=1 PERL_DESTRUCT_LEVEL=2
     valgrind --leak-check=full perl -e 'sub k () {1}'
    
  3. or download this
    ==4943== Memcheck, a memory error detector for x86-linux.
    ==4943== Copyright (C) 2002-2005, and GNU GPL'd, by Julian Seward et a
    +l.
    ...
    ==4943==         suppressed: 0 bytes in 0 blocks.
    ==4943== Reachable blocks (those to which a pointer was found) are not
    + shown.
    ==4943== To see them, rerun with: --show-reachable=yes