show/hide this revision's text 3 added 1 characters in body

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.

show/hide this revision's text 2 Add link to S06

Parameter lists.

Perl5'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.

show/hide this revision's text 1

Parameter lists.

Perl5'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.