Scroll to navigation

Catmandu::Fix::stat_mode(3pm) User Contributed Perl Documentation Catmandu::Fix::stat_mode(3pm)

NAME

Catmandu::Fix::stat_mode - calculate the mode of an array

SYNOPSIS

   # Calculate the mode of foo. E.g. foo => [1,2,3,3,3,4]
   stat_mode(foo)  # foo => '3'

SEE ALSO

Catmandu::Fix

2023-01-26 perl v5.36.0