diff options
author | Ilya Zakharevich <ilya@math.berkeley.edu> | 2002-02-21 16:33:37 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-02-22 01:56:06 +0000 |
commit | 206947d2c0ace466f6b1e79f9bf44a86d72fb50d (patch) | |
tree | a6afc3fc8dff78ce751dd986cce9b27dcb304cca /pod/perldiag.pod | |
parent | 445e6c975b30ffac31340f4bbc1d4513954992f8 (diff) | |
download | perl-206947d2c0ace466f6b1e79f9bf44a86d72fb50d.tar.gz |
pack with a human face: the sequel
Message-ID: <20020221213337.A23848@math.ohio-state.edu>
p4raw-id: //depot/perl@14824
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r-- | pod/perldiag.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 0c87d94643..6d8e9407f7 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -2313,6 +2313,12 @@ supplied. See L<perlform>. of Perl. Check the #! line, or manually feed your script into Perl yourself. +=item %s not allowed in length fields + +(F) The count in the (un)pack template may be replaced by C<[TEMPLATE]> only if +C<TEMPLATE> always matches the same amount of packed bytes. Redesign +the template. + =item no UTC offset information; assuming local time is UTC (S) A warning peculiar to VMS. Perl was unable to find the local |