Re: [perl #59396] [PATCH] Implementation of Hash.reverse.

2008-09-27 Thread Moritz Lenz
Patrick R. Michaud via RT wrote: > It feels a little weird to have 'reverse' as an exported symbol > here. Based on S29, the exports on 'reverse' mean that we get: > > my $str = 'abc'; > say reverse $str; # cba > say reverse $str, 5; # 2abc 5abc > my %hash

Re: [perl #59396] [PATCH] Implementation of Hash.reverse.

2008-09-27 Thread Patrick R. Michaud
On Sat, Sep 27, 2008 at 12:31:08AM -0700, Vasily Chekalkin wrote: > # New Ticket Created by Vasily Chekalkin > # Please include the string: [perl #59396] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=59396 > > > > Hell

Re: [perl #59396] [PATCH] Implementation of Hash.reverse.

2008-09-27 Thread Moritz Lenz
Vasily Chekalkin (via RT) wrote: > There is implementation of Hash.reverse Thanks, applied as r22430. (But put method in alphabetical order) Moritz -- Moritz Lenz http://perlgeek.de/ | http://perl-6.de/ | http://sudokugarden.de/

[perl #59396] [PATCH] Implementation of Hash.reverse.

2008-09-27 Thread via RT
# New Ticket Created by Vasily Chekalkin # Please include the string: [perl #59396] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=59396 > Hello. There is implementation of Hash.reverse -- Bacek diff --git a/languages/pe