blob: d6997aedcc642a2d4012010775e883aebea87849 (
plain) (
blame)
1
2
3
4
5
6
|
String::Interpolate::Named provides a function to interpolate named arguments by
target texts in a template string. The target texts are provided to the function
via a hash, where the keys correspond to the named argument to be replaced, or a
subroutine that performs the lookup.
WWW: https://metacpan.org/dist/String-Interpolate-Named
|