Help for this page

Select Code to Download


  1. or download this
    sub new {
       my ( $class, %config) = @_;     # maybe check arg's
       bless { "_CONFIG" => \%config }, $class;
    }