Louis J Scoras wrote: >> If you are going to resort to perl then you should probably use >> >> $ perl -e 'print reverse <>' > > Heh. Very true, that's much better. I had awk on the brain. ruby -e '$><<[*$<].reverse' This looks like Perl is supposed to look, too. -- Florian Frank