Help for this page

Select Code to Download


  1. or download this
    use Win32::Process;
    use Win32::Process::Info;
    use Win32::Exe;
    ...
      $count = Devel::Leak::NoteSV($handle);
      print "POST: $count\n";
    }