Was ist dieser "tragbare Modus" zum Lesen von Dateien?
Was es wert ist, sagt Schasum :
-p, --portable read im portablen Modus (nicht mehr empfehlenswert )
Soweit ich das beurteilen kann (ich bin kein Perl-Experte), scheint es dort zu sein, um verschiedene EOL-Zeichen zu berücksichtigen.
Der Quellcode sagt:
The sums are computed as described in FIPS PUB 180-2. When checking, the input should be a former output of this program. The default mode is to print a line with checksum, a character indicating type (`*' for binary, `?' for portable, ` ' for text), and name for each FILE.
...
# Try to figure out if the OS is DOS-like. If it is, # default to binary mode when reading files, unless # explicitly overriden by command line "--text" or # "--portable" options.
...
Ich freue mich, dass Perl-Experten den gesamten Quellcode betrachten und meine Antwort bestätigen.