Supported Inequalities
== / eq
!= / ne
> / <
contains
Strings
matches qr[${string}] # case matters
Lists
grep list
Hashes
if key exists
== / eq!= / ne> / <containsmatches qr[${string}] # case matters
grep list
if key exists