
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.