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
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
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/
# 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