sub new { my ($class,%args) = @_; my $self = { %args }; bless $class, $self; $self->init(); } [download]
In reply to Re: Your named arguments by bageler in thread Your named arguments by Juerd