diff options
author | Ton Hospel <perl5-porters@ton.iguana.be> | 2005-03-19 22:00:45 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-03-21 10:27:44 +0000 |
commit | 33ed31a2aff5a692ea2596fc2b2becc3d0dad1e2 (patch) | |
tree | 720117a6bd27a8543d8bf6424de90c20f7f758fb /pod/perldiag.pod | |
parent | 8e3c93add526a0836235693a3c1b2cc59f0fef4e (diff) | |
download | perl-33ed31a2aff5a692ea2596fc2b2becc3d0dad1e2.tar.gz |
pack / for general types
Message-Id: <d1i7ed$62c$1@post.home.lunix>
Allow "len/format" to work for any format type, not just strings.
p4raw-id: //depot/perl@24052
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r-- | pod/perldiag.pod | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 3687d4192d..0f71025d35 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -2336,12 +2336,6 @@ See L<perlfunc/open> for details. (W syntax) Multidimensional arrays aren't written like C<$foo[1,2,3]>. They're written like C<$foo[1][2][3]>, as in C. -=item '/' must be followed by 'a*', 'A*' or 'Z*' - -(F) You had a pack template indicating a counted-length string, -Currently the only things that can have their length counted are a*, A* -or Z*. See L<perlfunc/pack>. - =item '/' must follow a numeric type in unpack (F) You had an unpack template that contained a '/', but this did not |