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

Comparing Devel-FindRef/README (file contents):
Revision 1.11 by root, Fri May 16 07:43:53 2014 UTC vs.
Revision 1.12 by root, Tue Jun 3 18:40:50 2014 UTC

119 my $ref_to_hash = Devel::FindRef::ptr2ref 0x176ff70; 119 my $ref_to_hash = Devel::FindRef::ptr2ref 0x176ff70;
120 120
121 $ptr = Devel::FindRef::ref2ptr $reference 121 $ptr = Devel::FindRef::ref2ptr $reference
122 The opposite of "ptr2ref", above: returns the internal address of 122 The opposite of "ptr2ref", above: returns the internal address of
123 the value pointed to by the passed reference. This function is safe 123 the value pointed to by the passed reference. This function is safe
124 to call on anything, and returns the same value taht a normal 124 to call on anything, and returns the same value that a normal
125 reference would if used in a numeric context. 125 reference would if used in a numeric context.
126 126
127ENVIRONMENT VARIABLES 127ENVIRONMENT VARIABLES
128 You can set the environment variable "PERL_DEVEL_FINDREF_DEPTH" to an 128 You can set the environment variable "PERL_DEVEL_FINDREF_DEPTH" to an
129 integer to override the default depth in "track". If a call explicitly 129 integer to override the default depth in "track". If a call explicitly

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines