From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510805190858v4a7f6e06k5f949ff31384137d@mail.gmail.com>
p4raw-id: //depot/perl@33870
The C<???> operator also takes one argument, but it emits a warning instead of
throwing an exception:
The C<???> operator also takes one argument, but it emits a warning instead of
throwing an exception:
- sub baz { ??? "Who are you? Wnat do you want?" }
+ sub baz { ??? "Who are you? What do you want?" }
baz();
say "Why are you here?";
baz();
say "Why are you here?";