This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perlipc: strict safety, consistency, cleanup
authorDan Book <grinnz@grinnz.com>
Wed, 18 Dec 2019 21:55:48 +0000 (16:55 -0500)
committerNicolas R <nicolas@atoomic.org>
Thu, 2 Jan 2020 23:40:46 +0000 (16:40 -0700)
commitc43b10468460609a13d1156387b9337503b5d828
tree7b01be89a1fd067f99f71e10125a56991d9ed833
parent811f8a246ee7da5274c3229345222e9fe5febbe0
perlipc: strict safety, consistency, cleanup

* made all examples consistently strict-safe
* included 'use strict' and 'use warnings' in all "full" examples
* removed -w from shebangs (replaced by 'use warnings')
* removed inconsistent forward declaration of variables
* mention in IO::Handle comment that it's only needed before 5.14
* link to core modules IPC::Open2, IPC::Open3, and Socket
* add required waitpid to IPC::Open2 example
* removed unnecessary usage of English
* removed unnecessary usage of FileHandle
pod/perlipc.pod