套件:libfortran-format-perl(0.90-3)
libfortran-format-perl 的相關連結
Debian 的資源:
下載原始碼套件 libfortran-format-perl:
- [libfortran-format-perl_0.90-3.dsc]
- [libfortran-format-perl_0.90.orig.tar.gz]
- [libfortran-format-perl_0.90-3.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [metacpan.org]
相似套件:
Package to parse Fortran formats string descriptors in Perl
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 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 printf, for good or ill, Fortran-formatted fields never exceed their desired width.
This implementation was written in pure Perl, with portability and correctness in mind. It implements the full ANSI standard for Fortran 77 Formats (or at least it should). It was not written with speed in mind, so if you need to process millions of records it may not be what you need.
其他與 libfortran-format-perl 有關的套件
|
|
|
|
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language