in reply to Re: What would you change?
in thread What would you change?

I never liked the print syntax. That whole optional-parameter-but-with-no-comma thing really gets my goat

There been an alternative for quite some time.

use IO::Handle qw( ); STDOUT->print("Hello World!\n");

Works on any handle.

I would really liked to have had a slice operator

How does adding slice break perl's backwards compatibility?