Help for this page
package Kprocess; sub new { ... my ($self, $keyword, $default) = @_; return $self->{lib}->get_value($keyword, $default); }