The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Supported Inequalities

== / eq

!= / ne

> / <

contains

Strings

matches qr[${string}] # case matters

Lists

grep list

Hashes

if key exists

Known Bugs