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.6 by root, Sat Apr 24 06:23:12 2004 UTC vs.
Revision 1.7 by root, Sat Apr 24 06:36:50 2004 UTC

110 110
111=item tainted scalar 111=item tainted scalar
112 112
113returns true when the scalar is tainted, false otherwise. 113returns true when the scalar is tainted, false otherwise.
114 114
115=item untaint scalar, type 115=item untaint scalar
116 116
117Remove the specified magic from the scalar 117Remove the tainted flag from the specified scalar.
118(DANGEROUS!), L<perlguts>. L<Untaint>, for a similar but different
119interface.
120 118
121=item grow scalar, newlen 119=item grow scalar, newlen
122 120
123Sets the memory area used for the scalar to the given length, if the 121Sets the memory area used for the scalar to the given length, if the
124current length is less than the new value. This does not affect the 122current length is less than the new value. This does not affect the

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines