# New Ticket Created by "Chris Davaz"
# Please include the string: [perl #59184]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=59184 >
I have implemented the limit parameter on both Str.split(String,
Integer) and Str.split
On Mon, Sep 22, 2008 at 02:35:20PM +0800, Chris Davaz wrote:
> Awesome Patrick, you totally nailed it ;-)
>
> I'll be submitting a patch soon. Do you know if there is a Parrot bug
> logged for the problem you described?
I don't think there's a Parrot bug filed for the issue of MMD
dispatch on str
On Sun, Sep 21, 2008 at 10:50:22AM -0700, Moritz Lenz via RT wrote:
> Patrick R. Michaud wrote:
> > It would help if someone could describe all of the things that
> > need escaping, either as prose, Perl code, or text.
>
> (CC'ed p6c and the ticket, hope it worked)
>
> afaict the following charac
Patrick R. Michaud wrote:
> On Sun, Sep 21, 2008 at 10:50:22AM -0700, Moritz Lenz via RT wrote:
>> Patrick R. Michaud wrote:
>> > It would help if someone could describe all of the things that
>> > need escaping, either as prose, Perl code, or text.
>>
>> (CC'ed p6c and the ticket, hope it worked)
# New Ticket Created by Patrick R. Michaud
# Please include the string: [perl #59204]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=59204 >
The .trans method appears to be modifying its argument:
$ cat x
my $x = [1,2,3] =
please see http://rt.perl.org/rt3/Ticket/Display.html?id=59184 for
more info and for the patch