Help for this page

Select Code to Download


  1. or download this
    sub get_list
    {
        my ( $self, @capwords ) = @_;
    ...
        # explicitly return nothing if there's no filtered list
        return;
    }