Help for this page

Select Code to Download


  1. or download this
    sub get_list {
        my ($self, @capwords) = @_;
    ...
        }
        return @list;
    }
    
  2. or download this
    sub get_list {
        my ($self, @keywords) = @_;
        return $self->{lib}->get_list(@keywords);
    }