diff options
author | John Borwick <jhborwic@unity.ncsu.edu> | 2000-11-01 08:19:21 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-01 18:34:55 +0000 |
commit | b73a15ae73f7f71da9a3815a2de5baed524d5e64 (patch) | |
tree | f43c11216c2985ca75373148d493fbefd10e639e /pod/perlfaq9.pod | |
parent | b7ee89cee3c5aae4c446f4045b031f8bf83c927e (diff) | |
download | perl-b73a15ae73f7f71da9a3815a2de5baed524d5e64.tar.gz |
Generalize the Camel wording.
Subject: Re: perlfaq style changes
Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
p4raw-id: //depot/perl@7516
Diffstat (limited to 'pod/perlfaq9.pod')
-rw-r--r-- | pod/perlfaq9.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfaq9.pod b/pod/perlfaq9.pod index a977f95e8d..ddc577b01f 100644 --- a/pod/perlfaq9.pod +++ b/pod/perlfaq9.pod @@ -289,7 +289,7 @@ command and arguments as a list, which prevents shell globbing. =head2 How do I parse a mail header? For a quick-and-dirty solution, try this solution derived -from page 222 of the 2nd edition of "Programming Perl": +from L<perlfunc/split>: $/ = ''; $header = <MSG>; |