p4raw-id: //depot/perl@24776
=item POPp
-Pops a string off the stack. Deprecated. New code should provide
-a STRLEN n_a and use POPpx.
+Pops a string off the stack. Deprecated. New code should use POPpx.
char* POPp
=item POPpbytex
Pops a string off the stack which must consist of bytes i.e. characters < 256.
-Requires a variable STRLEN n_a in scope.
char* POPpbytex
=item POPpx
Pops a string off the stack.
-Requires a variable STRLEN n_a in scope.
char* POPpx