Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 08ab6dc865ab79e6e7840494df7691dd811d0c1e
https://github.com/Perl/perl5/commit/08ab6dc865ab79e6e7840494df7691dd811d0c1e
Author: Dan Book <[email protected]>
Date: 2019-12-21 (Sat, 21 Dec 2019)
Changed paths:
M pod/perlipc.pod
Log Message:
-----------
perlipc: modernize open and handle usage
Replace bareword filehandles with lexicals, use three-arg open wherever
possible, explain that two-arg open may still be necessary for piped opens on
non-Unixy platforms, separate the discussion of three-arg pipe open from list
open, pass the now-lexical filehandles into the spawn function in the TCP
examples, and remove the obsolete explanation of lexical filehandles.