Message-ID: <Pine.SOL.4.10.
10012051152100.3586-100000@maxwell.phys.lafayette.edu>
Explain STRLEN.
p4raw-id: //depot/perl@7997
important. Note that this function requires you to specify the length of
the format.
+STRLEN is an integer type (Size_t, usually defined as size_t in
+config.h) guaranteed to be large enough to represent the size of
+any string that perl can handle.
+
The C<sv_set*()> functions are not generic enough to operate on values
that have "magic". See L<Magic Virtual Tables> later in this document.