the "signatures, multi and named arguments" email on p6u, is
that a case of the querent forgetting to ! their nameds?
masak: Sounds like; named args serve as a tie-break but you
actually have to demand them be present in methods for that to help,
given methods accept all named args.
* masak sends
# New Ticket Created by Alex Jakimenko
# Please include the string: [perl #126220]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126220 >
Code:
++.++
Result:
Parameter '$a' expected a writable container, but got Int value
# New Ticket Created by Alex Jakimenko
# Please include the string: [perl #126219]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126219 >
Code:
dd .
dd
Result:
===SORRY!=== Error while compiling ./test2.pl
Precedin
On 09/28/2015 06:52 PM, Larry Wall (via RT) wrote:
# New Ticket Created by Larry Wall
# Please include the string: [perl #126212]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126212 >
09:24 < TimToady> m: say 1, |(2 xx 65534
The trouble I get at the moment is an error generared by the following
piece of code
return MongoDB::Cursor.new(
collection => self,
OP_REPLY=> $OP_REPLY,
criteria=> %@criteria
);
It generates the error;
Default constructor for 'MongoDB: