diff options
author | Ricardo SIGNES <rjbs@cpan.org> | 2009-01-20 18:21:34 -0500 |
---|---|---|
committer | Vincent Pit <vince@profvince.com> | 2009-01-21 16:48:31 +0100 |
commit | 797f796a9610b63f252016d76732152c8ff9fb39 (patch) | |
tree | 63c43409db45ec372a6118881a0299ad9022b10c /pod/perlglossary.pod | |
parent | 8253c7d6f3a6d423dafff6207f708e56413f162d (diff) | |
download | perl-797f796a9610b63f252016d76732152c8ff9fb39.tar.gz |
remove some indirect method calls, add a caveat
Diffstat (limited to 'pod/perlglossary.pod')
-rw-r--r-- | pod/perlglossary.pod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pod/perlglossary.pod b/pod/perlglossary.pod index d22e2ac6ec..f0240b0c9e 100644 --- a/pod/perlglossary.pod +++ b/pod/perlglossary.pod @@ -1457,6 +1457,9 @@ invocant between the method and its arguments: give $gollum "Fisssssh!"; give $gollum "Precious!"; +In modern Perl, calling methods this way is often considered bad practice and +to be avoided. + =item indirect object slot The syntactic position falling between a method call and its arguments |