NAME

Petal::Hash::SET - A modifier that sets an expression within the template hash

SYNOPSIS

# these two lines are the same
$hash->{foo} = $hash->{':var bar baz'};
$hash->{':set bar baz'};

AUTHOR

Jean-Michel Hiver <jhiver@mkdoc.com>

This module is redistributed under the same license as Perl itself.

SEE ALSO

The template hash module:

Petal::Hash