mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
6 lines
299 B
Plaintext
6 lines
299 B
Plaintext
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.
|