Parameter lists.
Perl5's
Perl 5's parameter handling is one of its weakest points. You can do some nice things, but it's a lot of work.
Perl 6 will allow named parameters, default values, call-by-value, and call-by-reference with simple but powerful parameter lists.
