Re: authorial perlipc edit
[email protected] (Abigail) Tue, 9 Nov 2010 15:56:37 +0100
| Newsgroups | perl.perl5.porters,perl.documentation |
|---|---|
| Message-ID | <20101109145637.GH28883@almanda> |
On Tue, Nov 09, 2010 at 07:44:41AM -0700, Tom Christiansen wrote: > > Even though my last step was to spell-check it, a few typos still > made it through. Here are four that I'm aware of: > > 1. Be careful qx(), system(), and some modules for calling external commands > ^ > ^ insert ":" right after "careful" That colon was already there. > > 2. exit if $pid; # non-zero now mean I am the paren > ^ > ^ change "mean" to means" > > 3. resort to the harder-to-readm, multi-argument form of pipe open(). However, > ^ > ^ delete that "m" > > 4. Chapter 6 of the Camel. > ^ > ^ That should now be "16", not "6". Fixed the other 3 as commit faa783aca54bc58966dd40234b2b711114f9ca60. Abigail