The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Supported Inequalities

== / eq

!= / ne

> / <

contains

Strings

matches qr[${string}] # case matters

Lists

grep list

Hashes

if key exists

Known Bugs