On Wed Sep 03 11:10:21 2008, masak wrote:
> Implement the '...', '???' and '!!!' operators, as described in S03:1691.
I've just done in r30980 the argumentless case of '...':
sub foo { ... }
my $x = foo(); say $x;
Attempt to execute stub code (...).
The argument version needs a bit more work as
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #58558]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=58558 >
Implement the '...', '???' and '!!!' operators, as described in S03:1691.