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

Strehler::Helpers - Helpers

DESCRIPTION

Just few methods used in Strehler that could come useful throughtout in the application and also while developing on top of Strehler.

FUNCTIONS

slugify

arguments: $string

return value: $slugified

This method take a string and return the slugified version of it. Used to retrieve articles.

class_from_entity

arguments: entity

return value $class

Return the $class related to the given entity