https://github.com/pflanze/functional-perl/blob/master/examp...
If you want to run it:
sudo apt-get install libfunction-parameters-perl libterm-readline-gnu-perl libpadwalker-perl
git clone https://github.com/poteto/hiring-without-whiteboards
git clone https://github.com/pflanze/functional-perl
functional-perl/examples/hiring-without-whiteboards --help
functional-perl/examples/hiring-without-whiteboards hiring-without-whiteboards/
E.g. to search for companies that offer remote jobs but not also jobs in London, UK: $cs->filter(fun($r) { $r->remote and not $r->locations->any(fun($l) { $l=~ /\bUK\b/ and $l=~ /london/i }) })->show_items
Disclosure: I'm the author of the Functional Perl libraries.