Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: assignment to hash with duplicates in list context (bug?)

by tinita (Parson)
on Sep 25, 2013 at 01:16 UTC ( [id://1055580]=note: print w/replies, xml ) Need Help??


in reply to assignment to hash with duplicates in list context (bug?)

also funny:
my @count = qw/ 3 1 5 1 10 3 /; my @list= my %rcount = reverse @count; say "@list" __END__ 1 1 1 1
both cases seem to be fixed at least since 5.14.2, but I can't find anything in perldelta

Replies are listed 'Best First'.
Re^2: assignment to hash with duplicates in list context (bug?) (Fixed In 5.13.5 )
by Anonymous Monk on Sep 25, 2013 at 02:11 UTC

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1055580]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (6)
As of 2024-04-23 12:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found