Name : perl-Sort-Sub
| |
Version : 0.121.0
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 1.1
| Date : 2024-09-01 07:32:51
|
Group : Unspecified
| Source RPM : perl-Sort-Sub-0.121.0-1.1.src.rpm
|
Size : 0.15 MB
| |
Packager : (none)
| |
Summary : Collection of sort subroutines
|
Description :
Sort::Sub and \'Sort::Sub::*\' are a convenient packaging of any kind of subroutine which you can use for \'sort()\'.
To use Sort::Sub, you import a list of:
[\"$\"]NAME [ \"< \" [i][r] \">\" ]
Where NAME is actually searched under \'Sort::Sub::*\' namespace. For example:
naturally
will attempt to load \'Sort::Sub::naturally\' module and call its \'gen_sorter\' subroutine.
You can either request a subroutine name like the above or a variable name (e.g. \'$naturally\').
After the name, you can add some options, enclosed with angle brackets \'< >\'. There are some known options, e.g. \'i\' (for case-insensitive sort) or \'r\' (for reverse sort). Some examples:
naturally< i> naturally< r> naturally< ri>
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/openSUSE_Tumbleweed/noarch |