Message-ID: <
200206271058.g5RAwvE29057@crypt.compulink.co.uk>
p4raw-id: //depot/perl@17369
}
}
else if (first->op_type == OP_WANTARRAY) {
+ /* XXX true only if this result will be returned, else should
+ propagate outer context */
if (type == OP_AND)
list(other);
else
}
}
else if (first->op_type == OP_WANTARRAY) {
+ /* XXX true only if this result will be returned, else should
+ propagate outer context */
list(trueop);
scalar(falseop);
}