The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Goo::Template - Replace special 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

AUTHOR

Nigel Hamilton <nigel@trexy.com>

SEE ALSO