openbsd-ports/devel/p5-Fortran-Format/pkg/DESCR
steven 44c5e264cd import Fortran::Format 0.90
read and write data according to a standard Fortran 77 FORMAT
2006-11-15 20:22:37 +00:00

9 lines
513 B
Plaintext

This is a Perl implementation of the Fortran 77 formatted input/output
facility. One possible use is for producing input files for old Fortran
programs, making sure that their column-oriented records are rigorously
correct. Fortran formats may also have some advantages over C<printf> in
some cases: it is very easy to output an array, reusing the format as
needed; and the syntax for repeated columns is more concise. Unlike
C<printf>, for good or ill, Fortran-formatted fields never exceed their
desired width.