[perl #132543] Can't tail a tail.

2017-12-07 Thread Zoffix Znet via RT
On Thu, 07 Dec 2017 15:48:35 -0800, comdog wrote: > I first asked about this on Stackoverflow: > > https://stackoverflow.com/q/47704428/2766176 > > A .tail on a .tail appears to do the wrong thing: > > > my $list = ; > (a b c d e f g h i j) > > > $list.tail(5).tail > Nil > > But throwing a

[perl #132543] Can't tail a tail.

2017-12-07 Thread Zoffix Znet via RT
On Thu, 07 Dec 2017 15:48:35 -0800, comdog wrote: > I first asked about this on Stackoverflow: > > https://stackoverflow.com/q/47704428/2766176 > > A .tail on a .tail appears to do the wrong thing: > > > my $list = ; > (a b c d e f g h i j) > > > $list.tail(5).tail > Nil > > But throwing a

[perl #132543] Can't tail a tail.

2017-12-07 Thread brian d foy
# New Ticket Created by "brian d foy" # Please include the string: [perl #132543] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=132543 > I first asked about this on Stackoverflow: