From 62c18ce2c158fdc3401f5009417ddcfd1effff4a Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Sun, 7 Feb 1999 09:30:47 +0000 Subject: properly prototype check parenthesized unary ops (e.g. defined(&a,&b)) p4raw-id: //depot/perl@2817 --- pod/perlop.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pod/perlop.pod') diff --git a/pod/perlop.pod b/pod/perlop.pod index a485781e40..01c5d0ef51 100644 --- a/pod/perlop.pod +++ b/pod/perlop.pod @@ -44,7 +44,7 @@ Many operators can be overloaded for objects. See L. =head2 Terms and List Operators (Leftward) -A TERM has the highest precedence in Perl. They includes variables, +A TERM has the highest precedence in Perl. They include variables, quote and quote-like operators, any expression in parentheses, and any function whose arguments are parenthesized. Actually, there aren't really functions in this sense, just list operators and unary -- cgit v1.2.1