Re: [perl #46457] [BUG][IMCC] long sub invocation with named parameters

2008-09-08 Thread Patrick R. Michaud
On Mon, Sep 08, 2008 at 09:28:47AM -0700, NotFound via RT wrote: > The code in this ticket does not parse. Is using obsolete syntax? Can > someone provide an updated version? Perhaps: .sub main .local pmc foo foo = get_global 'foo' foo('x' => 1, 'y' => 2)

[perl #46457] [BUG][IMCC] long sub invocation with named parameters

2008-09-08 Thread NotFound via RT
The code in this ticket does not parse. Is using obsolete syntax? Can someone provide an updated version?

[perl #46457] [BUG][IMCC] long sub invocation with named parameters

2007-10-16 Thread via RT
# New Ticket Created by Klaas-Jan Stol # Please include the string: [perl #46457] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=46457 > It seems that the long version to invoke a subroutine, using .pcc_begin/end does not w