diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-15 04:06:50 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-15 04:06:50 +0000 |
commit | c2611fb358d57faaf2390cf4e8c5224abf2c4cc4 (patch) | |
tree | d0f9e8756b998ca1e637336596f3639eb40a3720 /pod/perllol.pod | |
parent | d2fe67bec76f22b4a4066b48714199469a8288c2 (diff) | |
download | perl-c2611fb358d57faaf2390cf4e8c5224abf2c4cc4.tar.gz |
patches suggested by John Bley <jbb6@acpub.duke.edu> (with minor edits)
Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
Subject: [PATCH]5.005_54 (DOC) fix many typos
--
Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
Subject: [PATCH]5.005_54 (DOC) typos
p4raw-id: //depot/perl@2929
Diffstat (limited to 'pod/perllol.pod')
-rw-r--r-- | pod/perllol.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perllol.pod b/pod/perllol.pod index 0e6796b50f..56f08c2090 100644 --- a/pod/perllol.pod +++ b/pod/perllol.pod @@ -34,7 +34,7 @@ but rather just a reference to it, you could do something more like this: $ref_to_LoL = [ [ "fred", "barney", "pebbles", "bambam", "dino", ], [ "homer", "bart", "marge", "maggie", ], - [ "george", "jane", "alroy", "judy", ], + [ "george", "jane", "elroy", "judy", ], ]; print $ref_to_LoL->[2][2]; |