Help for this page

Select Code to Download


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