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

Comparing Convert-Scalar/Scalar.pm (file contents):
Revision 1.7 by root, Sat Apr 24 06:36:50 2004 UTC vs.
Revision 1.8 by root, Sat Apr 24 06:38:08 2004 UTC

94 94
95Returns the number of characters in the string, counting wide UTF8 95Returns the number of characters in the string, counting wide UTF8
96characters as a single character, independent of wether the scalar is 96characters as a single character, independent of wether the scalar is
97marked as containing bytes or mulitbyte characters. 97marked as containing bytes or mulitbyte characters.
98 98
99=item unmagic scalar 99=item unmagic scalar, type
100 100
101Removes magic from the scalar. 101Remove the specified magic from the scalar (DANGEROUS!).
102 102
103=item weaken scalar 103=item weaken scalar
104 104
105Weaken a reference. (See also L<WeakRef>). 105Weaken a reference. (See also L<WeakRef>).
106 106

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines