Re: [Pugs] Change in behaviour of reversing lines in a file (golf example)

2005-11-07 Thread Larry Wall
On Sun, Nov 06, 2005 at 11:31:37PM +1100, Andrew Savige wrote: : On revisiting the old p6 golf example programs of *cough* six : months ago, I noticed they all still worked save one: : : [=<>].reverse.print : : This used to reverse the lines in a file, but now prints the : lines unreversed and wi

[Pugs] Change in behaviour of reversing lines in a file (golf example)

2005-11-06 Thread Andrew Savige
On revisiting the old p6 golf example programs of *cough* six months ago, I noticed they all still worked save one: [=<>].reverse.print This used to reverse the lines in a file, but now prints the lines unreversed and with a space in between each line. It seems the original behaviour can be rest