df41bc1368
and slightly modified by me. Text::Reform takes a series of format (or "picture") strings followed by replacement values, interpolates those values into each picture string, and returns the result. The effect is similar to the inbuilt perl format mechanism, although the field specification syntax is simpler and some of the formatting behavior is more sophisticated.
5 lines
340 B
Text
5 lines
340 B
Text
Text::Reform takes a series of format (or "picture") strings followed
|
|
by replacement values, interpolates those values into each picture
|
|
string, and returns the result. The effect is similar to the inbuilt
|
|
perl format mechanism, although the field specification syntax is
|
|
simpler and some of the formatting behavior is more sophisticated.
|