The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Goo::Template - Replace tokens in a file or a string

SYNOPSIS

use Goo::Template;

DESCRIPTION

METHODS

replace_tokens_in_string

replace tokens in a string

get_token

look up the hash for the token and return the value

replace_tokens_in_file

replace tokens in a file and use a cache too

AUTHOR

Nigel Hamilton <nigel@turbo10.com>

SEE ALSO