NAME

Petal::Hash::Var - THE standard hash modifier, evaluates an expression and returns the result.

SYNOPSIS

$hash->{my_number} = 2;
my $value = $hash->{'object.method string $my_number'}

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