diff options
author | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1998-01-09 12:57:58 +0000 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1998-01-09 12:57:58 +0000 |
commit | 38325410ca2ce0435b7a998d59bdeba1ce01232c (patch) | |
tree | 0832c575fda9a814e33a55a891814ff9e639e791 /pod | |
parent | 545c8fcc728233d7cb0aa3a09282862571bb953e (diff) | |
download | perl-38325410ca2ce0435b7a998d59bdeba1ce01232c.tar.gz |
Add missing blank line in pod/perlfunc.pod.
p4raw-id: //depot/perl@413
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlfunc.pod | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index a89ee99e06..a1184c8a08 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -1580,6 +1580,7 @@ elements. That is, modifying an element of a list returned by grep actually modifies the element in the original list. See also L</map> for an array composed of the results of the BLOCK or EXPR. + =item hex EXPR =item hex |