diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-13 21:40:23 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-13 21:40:23 +0000 |
commit | 4a4eefd0ee0da7b6a2b5b0d021684bca80971b79 (patch) | |
tree | 4ba0b9699091601412de42d8581eda4cfc7d6b89 /pod/perlfaq7.pod | |
parent | dbe483029183d54ab170feb5939c3b2b8b193b3c (diff) | |
download | perl-4a4eefd0ee0da7b6a2b5b0d021684bca80971b79.tar.gz |
fixes for broken L<> links (from Wolfgang Laun
<wolfgang.laun@alcatel.at>)
p4raw-id: //depot/perl@5715
Diffstat (limited to 'pod/perlfaq7.pod')
-rw-r--r-- | pod/perlfaq7.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfaq7.pod b/pod/perlfaq7.pod index d51bf93b10..1ca7893f13 100644 --- a/pod/perlfaq7.pod +++ b/pod/perlfaq7.pod @@ -617,7 +617,7 @@ Why do you want to do that? :-) If you want to override a predefined function, such as open(), then you'll have to import the new definition from a different -module. See L<perlsub/"Overriding Builtin Functions">. There's +module. See L<perlsub/"Overriding Built-in Functions">. There's also an example in L<perltoot/"Class::Template">. If you want to overload a Perl operator, such as C<+> or C<**>, |