I'm getting some "Attempt to free unreferenced scalar" errors while using mod_perl and am trying to use Devel::Leak and/or Devel::LeakTrace to find out which scalar references are off.
In the Devel::Leak doc it gives the following as an example:In the above what would $handle be? I'm using my own PerlHandler in my httpd.conf file.use Devel::Leak; ... setup code my $count = Devel::Leak::NoteSV($handle); ... code that may leak Devel::Leak::CheckSV($handle);
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |