libsyntax-keyword-gather-perl

Syntax extension for the "gather" keyword
  https://metacpan.org/release/Syntax-Keyword-Gather
  0
  no reviews



Syntax::keyword::gather is a perl syntax extension (see libsyntax-perl) that provides the "gather" control structure, which was inspired by perl 6. it allows lists to be constructed procedurally, without the need for a temporary variable, by managing an implicit array within a closure.