Home

Text::Xslate::HashWithDefault(3pm)

Text::Xslate::HashWithDefault(3pm)User Contributed Perl DocumentationText::Xslate::HashWithDefault(3pm)

Text::Xslate::HashWithDefault - Helper class to fill in default values

    use Text::Xslate::Util qw(hash_with_default);    my $hash_ref = hash_with_default({ }, sub { "FILLME('@_')" });    print $hash_ref->{foo}; # FILLME('foo')

This is a helper class to provide "hash_with_default()" functionality, which is useful for debugging.

See Text::Xslate::Manual::Debugging for details.

2022-10-20perl v5.36.0