Uri wrote:
> that clears it up. so the key/value named params get converted to scalar > args in INIT with the same name. is this in any of the current exegeses? > or will sub calls be covered in the apocalyptic future? A3/E3 covered named arguments. The only additional bit here is that arguments (named of otherwise) given to the standard C<new> constructoir are passed on to the standard INIT initializer. Damian