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 restored with:

(=<>).reverse.print

Just wanted to confirm that this change in behaviour is a feature
and not a bug.

Oh, and if anyone can explain this change in behaviour (or point me
to a reference where it's described) that would be appreciated since
I've fallen way off the pace these past months. :-(

/-\



                
____________________________________________________ 
Do you Yahoo!? 
Find a local business fast with Yahoo! Local Search 
http://au.local.yahoo.com

Reply via email to