diff options
author | Daniel Dragan <bulk88@hotmail.com> | 2013-01-12 21:02:33 -0500 |
---|---|---|
committer | Steffen Mueller <smueller@cpan.org> | 2013-01-13 10:41:50 +0100 |
commit | 349c8cee6c078a03e5d96f45547833fcfe03b866 (patch) | |
tree | 1b0d3e5e965f3d71c1cc9406adfb97cef70544ec /pp_pack.c | |
parent | a8a2ceaa337ed7cb30711de145f484033c43b07d (diff) | |
download | perl-349c8cee6c078a03e5d96f45547833fcfe03b866.tar.gz |
better POD for unpackstring
Someone asked me how to use unpackstring() since they couldn't figure it
out from the docs, so I added some things.
Diffstat (limited to 'pp_pack.c')
-rw-r--r-- | pp_pack.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1190,8 +1190,10 @@ first_symbol(const char *pat, const char *patend) { =for apidoc unpackstring The engine implementing unpack() Perl function. C<unpackstring> puts the -extracted list items on the stack and returns the number of elements. +extracted list items on the @_ stack and returns the number of elements. Issue C<PUTBACK> before and C<SPAGAIN> after the call to this function. +Unlike L</call_pv>, do not do a C<PUSHMARK>. This function takes no parameters +on the @_ stack. =cut */ |