summaryrefslogtreecommitdiff
path: root/pod/perltoc.pod
diff options
context:
space:
mode:
authorChip Salzenberg <chip@perl.com>1997-04-30 00:00:00 +1200
committerChip Salzenberg <chip@atlantic.net>1997-04-30 00:00:00 +1200
commit6da72b644b845971d5b417f3c6f5590e23084bcd (patch)
tree322d1e0b1a154d0b12f1fcc49838fe9a9aa4288c /pod/perltoc.pod
parent404b15a1d1b7c56f5774b99fd0d4b6854620182b (diff)
downloadperl-6da72b644b845971d5b417f3c6f5590e23084bcd.tar.gz
Support C< $coderef->($x,$y) >
Randal Schwartz said: > Some time in October, 1994, Larry Wall said: > > : All other references you can follow with ->, what about code refs? > > Aw, look, I'd really like that feature in, but I think it's a bit > > too close to the release for that. > Hey Chip, > Look, Larry said he'd really like that feature Larry said that? That change is like two lines, it's in! Tricked-into-doing-by: Randal Schwartz <merlyn@stonehenge.com>
Diffstat (limited to 'pod/perltoc.pod')
-rw-r--r--pod/perltoc.pod4
1 files changed, 4 insertions, 0 deletions
diff --git a/pod/perltoc.pod b/pod/perltoc.pod
index 80004683f1..7f1973d366 100644
--- a/pod/perltoc.pod
+++ b/pod/perltoc.pod
@@ -924,6 +924,10 @@ CGI script to do bad things?
=item Internal change: PerlIO abstraction interface
+=item New and changed syntax
+
+$coderef->(PARAMS)
+
=item New and changed builtin constants
__PACKAGE__