Jump to letter: [
ABCDEFGHIJKLMNOPRSTUVWXYZ
]
perl-Syntax-Keyword-Junction - Perl6 style Junction operators in Perl5
This is a lightweight module which provides 'Junction' operators, the most
commonly used being any and all.
Inspired by the Perl6 design docs,
http://dev.perl.org/perl6/doc/design/exe/E06.html.
Provides a limited subset of the functionality of Quantum::Superpositions,
see "SEE ALSO" for comment.
Notice in the "SYNOPSIS" above, that if you want to match against a regular
expression, you must use == or !=. Not =~ or !~. You must also use a regex
object, such as qr/\d/, not a plain regex such as /\d/.
Packages
Latest: perl-Syntax-Keyword-Junction-0.003001-1.el6.fio.src.rpm
Changelog:
- * 2012-10-02 - Lott Caskey <lottc[AT]fugitol[DOTCOM]> - 0.003001-1
- Initial package.