Help for this page

Select Code to Download


  1. or download this
    sub _init {
        my( $self, %initdata ) = @_;
        @{$self}{keys %initdata} = values %initdata;
    }