1 | format FORMATNAME = |
2 | fieldline (called picture line in Perl Manual) |
3 | value1, value2, value3 ... |
4 | fieldline |
5 | value1, value2, value3 ... |
6 | etc |
7 | . |
8 | The terminal dot as first character of line terminates format definition |
9 | FORMATNAME is label of this format and in simplest case one uses a format label which is identical to that of FILEHANDLE on which we wish to output |
10 | fieldlines specify fixed text as well as places and formats to print data which are listed as Perl variable names on following valueline. Clearly white space is significant in fieldline but not associated value line. |