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 | |
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')
-rw-r--r-- | pod/perldelta.pod | 2 | ||||
-rw-r--r-- | pod/perldiag.pod | 6 |
2 files changed, 4 insertions, 4 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 diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 7503b5aa82..81099d39f0 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -51,10 +51,10 @@ no useful value. See L<perlmod>. (F) The "use" keyword is recognized and executed at compile time, and returns no useful value. See L<perlmod>. -=item '_' allowed only after types %s +=item '!' allowed only after types %s -(F) The '_' is allowed in pack() and unpack() only after certain types. -See L<perlfunc>. +(F) The '!' is allowed in pack() and unpack() only after certain types. +See L<perlfunc/pack>. =item % may only be used in unpack |