in reply to Re: Restriction on getting multiline data into a string
in thread Restriction on getting multiline data into a string
Performance is not a major reason. Performance varies depending on platform and specifics of how you use it. Lots of small calls to sysread should be slower than the same calls to read. On some operating systems and versions of Perl, stdio is slow and so read is slower.
|
|---|