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 | f5b4cf47d1e8bc5a68b8a060e784547278ccc0cb (patch) | |
tree | fe53ada3730ca7574b306ba6c164d7222487f5e4 /opcode.pl | |
parent | 8845d350e8d1c41ba8d2dc771d617308fcde67c9 (diff) | |
download | perl-f5b4cf47d1e8bc5a68b8a060e784547278ccc0cb.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 |