diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-04-27 05:33:41 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-04-27 05:33:41 +0000 |
commit | 106325ad18a7d364436c509de7040f7817bf07da (patch) | |
tree | 1b98b26f3b7625b6700faeb074a890825422b9ab /pod/perltootc.pod | |
parent | 7ca86468f50e48d16c4fd42ec5831ceb1a6368c3 (diff) | |
download | perl-106325ad18a7d364436c509de7040f7817bf07da.tar.gz |
doubled words in pods (from Simon Cozens
<simon.p.cozens@jp.pwcglobal.com>)
p4raw-id: //depot/perl@5959
Diffstat (limited to 'pod/perltootc.pod')
-rw-r--r-- | pod/perltootc.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perltootc.pod b/pod/perltootc.pod index 64f8233fdb..0bcb638a50 100644 --- a/pod/perltootc.pod +++ b/pod/perltootc.pod @@ -184,7 +184,7 @@ to which beginning Perl programmers attempt to put symbolic references, we have much better approaches, like nested hashes or hashes of arrays. But there's nothing wrong with using symbolic references to manipulate something that is meaningful only from the perspective of the package -symbol symbol table, like method names or package variables. In other +symbol table, like method names or package variables. In other words, when you want to refer to the symbol table, use symbol references. Clustering all the class attributes in one place has several advantages. |