in reply to placeholders without printf?
If you would like to do things like conditionals and loops within the template, then this is a really nice package.perl -MTemplate -e '$t="Hello [% foo %] world\n"; $T=Template->new(); +$foo="whatever"; $T->process(\$t, {foo=>$foo})'
|
|---|