in reply to Re^2: passing array of args to prototyped subs
in thread passing array of args to prototyped subs

Prototypes are useful; they're just not useful for checking the number and type of arguments to a function.

use Moops; class Cow :rw { has name => (default => 'Ermintrude') }; say Cow->new->name
div class=
  • Comment on Re^3: passing array of args to prototyped subs