On Mon, Mar 12, 2001 at 07:25:49AM -0600, Clay Fandre wrote:
> Sure, C might be able to do a LOT more than C, but why do you want to
> write 100 lines of code when you can do it in 4?

Four?!?!  Try one!

 % perl -nle 'print $_>>1, " ", $_<<1'
 4
 2 8
 9
 4 18
 ^D
 %