perl-Syntax-Operator-Equ/README.md

6 lines
262 B
Markdown
Raw Normal View History

2021-11-11 14:48:52 +00:00
# perl-Syntax-Operator-Equ
This module provides infix operators that implement equality tests of
strings or numbers similar to Perl's eq and == operators, except that they
consider undef to be a distinct value, separate from the empty string or
the number zero.