Name : perl-Syntax-Keyword-Gather
| |
Version : 1.3.2
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp156.1.1
| Date : 2024-08-25 20:23:45
|
Group : Unspecified
| Source RPM : perl-Syntax-Keyword-Gather-1.3.2-lp156.1.1.src.rpm
|
Size : 0.03 MB
| |
Packager : https://www_suse_com/
| |
Summary : Implements the Perl 6 \'gather/take\' control structure in Perl 5
|
Description :
Perl 6 provides a new control structure -- \'gather\' -- that allows lists to be constructed procedurally, without the need for a temporary variable. Within the block/closure controlled by a \'gather\' any call to \'take\' pushes that call\'s argument list to an implicitly created array. \'take\' returns the number of elements it took. This module implements that control structure.
At the end of the block\'s execution, the \'gather\' returns the list of values stored in the array (in a list context) or a reference to the array (in a scalar context).
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/15.6/noarch |