[perl #55400] Fix Range reusing.
On Fri Jun 06 01:07:56 2008, bacek wrote: > Hello. New version of fix after jonathan comments. -- Bacek. range2.diff Description: Binary data
[perl #55400] Fix Range reusing.
Applied (with minor mods) in r28129. Thanks! Pm
[perl #55400] Fix Range reusing.
# New Ticket Created by Vasily Chekalkin # Please include the string: [perl #55400] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=55400 > Hello. This is fix for reusing same range many times. my $a = (1..5); say $a.from;