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.1 by root, Thu Jan 11 22:30:34 2007 UTC vs.
Revision 1.3 by root, Thu Jan 11 23:13:37 2007 UTC

42 } 42 }
43 43
44 testsub; 44 testsub;
45 45
46The output is as follows (or similar to htis, in case I forget to update 46The output is as follows (or similar to htis, in case I forget to update
47the manpage afetr some changes): 47the manpage after some changes):
48 48
49 SCALAR(0x676fa0) is 49 SCALAR(0x676fa0) is
50 referenced by REF(0x676fb0), which is 50 referenced by REF(0x676fb0), which is
51 in the lexical '$x' in CODE(0x676370), which is 51 in the lexical '$x' in CODE(0x676370), which is
52 not found anywhere I looked :( 52 not found anywhere I looked :(
164 164
165Marc Lehmann <pcg@goof.com>. 165Marc Lehmann <pcg@goof.com>.
166 166
167=head1 BUGS 167=head1 BUGS
168 168
169Only code values, arrays, hashes and scalars are being looked at. Tied 169Only code values, arrays, hashes, scalars and magic are being looked at.
170values and magic is not currently being investigated.
171 170
172=head1 COPYRIGHT AND LICENSE 171=head1 COPYRIGHT AND LICENSE
173 172
174Copyright (C) 2007 by Marc Lehmann. 173Copyright (C) 2007 by Marc Lehmann.
175 174

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines