summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorJames Mastros <james@mastros.biz>2010-06-02 17:44:45 +0100
committerRafael Garcia-Suarez <rgs@consttype.org>2010-07-26 10:13:01 +0200
commit1ef43bca16a834dad67a76e73eb6ed31d2a46cb1 (patch)
tree1772fac195980685083430ddcfd5ac58e3cf4b4f /pod
parentd8225693adef7017da64423203537ac5d68cfff8 (diff)
downloadperl-1ef43bca16a834dad67a76e73eb6ed31d2a46cb1.tar.gz
Document "Ambiguous use of %c{%s} resolved to %c%s"
Diffstat (limited to 'pod')
-rw-r--r--pod/perldiag.pod9
1 files changed, 9 insertions, 0 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 55e53f1255..15af00a909 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -98,6 +98,15 @@ meant the infix operator, but please try to make it more clear -- in
the example given, you might write C<*foo * foo()> if you really meant
to multiply a glob by the result of calling a function.
+=item Ambiguous use of %c{%s} resolved to %c%s
+
+(W ambiguous) You wrote something like C<@{foo}>, which might be
+asking for the variable C<@foo>, or it might be calling a function
+named foo, and dereferencing it as an array reference. If you wanted
+the varable, you can just write C<@foo>. If you wanted to call the
+function, write C<@{foo()}> ... or you could just not have a variable
+and a function with the same name, and save yourself a lot of trouble.
+
=item '|' and '<' may not both be specified on command line
(F) An error peculiar to VMS. Perl does its own command line