Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Text::Xslate::HashWithDefault

Name Text::Xslate::HashWithDefault
Version
Located at /usr/lib/x86_64-linux-gnu/perl5/5.34
File /usr/lib/x86_64-linux-gnu/perl5/5.34/Text/Xslate/HashWithDefault.pm
Is Core No
Search CPAN for this module Text::Xslate::HashWithDefault
Documentation Text::Xslate::HashWithDefault
Module Details Text::Xslate::HashWithDefault

NAME

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


SYNOPSIS

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


DESCRIPTION

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

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

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026