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

Catmandu::Fix::count - replace the value of an array or hash field with it's count

SYNOPSIS

   # e.g. tags => ["foo", "bar"]
   count(tags) # tags => 2

SEE ALSO

Catmandu::Fix