NAME "Syntax::Operator::Matches" - match::simple but as a real infix operator SYNOPSIS On Perl v5.38 or later: use v5.38; use Syntax::Operator::Matches; if ( $x matches $y ) { ...; } DESCRIPTION This module implements a "matches" infix operator for match::simple. SEE ALSO match::simple. AUTHOR Toby Inkster .