Front page | perl.perl5.porters |
Postings from April 2011
perlrun confusions
Thread Next
From:
Tom Christiansen
Date:
April 28, 2011 07:39
Subject:
perlrun confusions
Message ID:
8105.1304001573@chthon
Some words gotten left out in perlrun's description of PERLIO:
For Unix platforms that will equivalent of "unix perlio" or "stdio".
Configure is setup to prefer "stdio" implementation if system's library
provides for fast access to the buffer, otherwise it uses the "unix perlio"
implementation.
I think that should be:
For Unix platforms, that will be the equivalent of "unix perlio" or "stdio".
Configure is setup to prefer the "stdio" implementation if the system library
provides fast access to the buffer; otherwise it uses the "unix perlio"
implementation.
--tom
Thread Next
-
perlrun confusions
by Tom Christiansen