ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Devel-FindRef/FindRef.pm
(Generate patch)

Comparing Devel-FindRef/FindRef.pm (file contents):
Revision 1.15 by root, Sat Jul 19 01:38:57 2008 UTC vs.
Revision 1.16 by root, Fri Sep 19 05:07:56 2008 UTC

16Devel::FindRef - where is that reference to my variable hiding? 16Devel::FindRef - where is that reference to my variable hiding?
17 17
18=head1 SYNOPSIS 18=head1 SYNOPSIS
19 19
20 use Devel::FindRef; 20 use Devel::FindRef;
21
22 print Devel::FindRef::track \$some_variable;
21 23
22=head1 DESCRIPTION 24=head1 DESCRIPTION
23 25
24Tracking down reference problems (e.g. you expect some object to be 26Tracking down reference problems (e.g. you expect some object to be
25destroyed, but there are still references to it that keep it alive) can be 27destroyed, but there are still references to it that keep it alive) can be

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines