blob: 4b57417a651434f406936f26b35aa94822bee30c (
plain)
1
2
3
4
5
|
String::Format lets you define arbitrary printf-like format sequences
to be expanded. This module would be most useful in configuration
files and reporting tools, where the results of a query need to be
formatted in a particular way. It was inspired by mutt's index_format
and related directives.
|