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

NAME

Alien::Taco::Util - Taco Perl utility module

DESCRIPTION

This module contains utility subroutines used to implement the Perl Taco client and server.

SUBROUTINES

filter_struct($ref, $predicate, $function)

Walk through the given data structure and replace each entry for which the predicate is true with the result of applying the function to it.