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

Comparing Convert-Scalar/README (file contents):
Revision 1.2 by root, Thu Aug 18 19:36:32 2011 UTC vs.
Revision 1.3 by root, Thu Jun 25 14:04:32 2015 UTC

128 Better yet: don't use this module in this case. 128 Better yet: don't use this module in this case.
129 129
130 refcnt_rv scalar[, newrefcnt] 130 refcnt_rv scalar[, newrefcnt]
131 Works like "refcnt", but dereferences the given reference first. 131 Works like "refcnt", but dereferences the given reference first.
132 This is useful to find the reference count of arrays or hashes, 132 This is useful to find the reference count of arrays or hashes,
133 which cnanot be passed directly. Remember that taking a reference of 133 which cannot be passed directly. Remember that taking a reference of
134 some object increases it's reference count, so the reference count 134 some object increases it's reference count, so the reference count
135 used by the *_rv-functions tend to be one higher. 135 used by the *_rv-functions tend to be one higher.
136 136
137 refcnt_inc_rv scalar 137 refcnt_inc_rv scalar
138 Works like "refcnt_inc", but dereferences the given reference first. 138 Works like "refcnt_inc", but dereferences the given reference first.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines