2003-05-15 02:14:36 -04:00
|
|
|
The form() subroutine may be exported from the module. It 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
|
2003-12-15 16:54:59 -05:00
|
|
|
formatting behaviour is more sophisticated.
|