diff options
author | Chip Salzenberg <chip@pobox.com> | 2003-02-19 03:54:45 +0000 |
---|---|---|
committer | chip <chip@pobox.com> | 2003-02-19 03:54:45 +0000 |
commit | 13dcffc60adeca175c32a1ea11ec8756d4853ad2 (patch) | |
tree | fe53ada3730ca7574b306ba6c164d7222487f5e4 /opcode.pl | |
parent | 8c63d93843745ff8766bc75490d35dc2b080c5c0 (diff) | |
download | perl-13dcffc60adeca175c32a1ea11ec8756d4853ad2.tar.gz |
Support one-parameter unpack(), which unpacks $_.
p4raw-id: //depot/perl@18751
Diffstat (limited to 'opcode.pl')
-rwxr-xr-x | opcode.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -626,7 +626,7 @@ hslice hash slice ck_null m@ H L # Explosives and implosives. -unpack unpack ck_fun @ S S +unpack unpack ck_fun @ S S? pack pack ck_fun mst@ S L split split ck_split t@ S S S join join or string ck_join mst@ S L |