diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-03-04 04:50:45 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-03-04 04:50:45 +0000 |
commit | e83038f81c5bc7d411b4b0af72b10c1104d03ad1 (patch) | |
tree | 7862ffb40c72dbf328c285d07736acde16b67459 /pod/perldelta.pod | |
parent | b03b1b677931a10933a90fcbb4dc749c47c22152 (diff) | |
parent | c4747d3eff5431f830d3c7a121001f0c204c2625 (diff) | |
download | perl-e83038f81c5bc7d411b4b0af72b10c1104d03ad1.tar.gz |
integrate cfgperl contents into mainline
p4raw-id: //depot/perl@3064
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r-- | pod/perldelta.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 7ea7da69e3..738d7f9381 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -158,7 +158,7 @@ strings. See L<perlfunc/"pack">. =head2 pack() format modifier '_' supported -The new format type modifer '_' is useful for packing and unpacking +The new format type modifer '!' is useful for packing and unpacking native shorts, ints, and longs. See L<perlfunc/"pack">. =head2 $^X variables may now have names longer than one character |