[svn:perlfaq] r9624 - perlfaq/trunk
[email protected] Thu, 31 May 2007 13:33:54 -0700 (PDT)
| Newsgroups | perl.cvs.perlfaq |
|---|---|
| Message-ID | <[email protected]> |
Author: comdog Date: Thu May 31 13:33:53 2007 New Revision: 9624 Modified: perlfaq/trunk/perlfaq8.pod Log: * perlfaq8: How can I call backticks without shell processing? + minor grammar fix Modified: perlfaq/trunk/perlfaq8.pod ============================================================================== --- perlfaq/trunk/perlfaq8.pod (original) +++ perlfaq/trunk/perlfaq8.pod Thu May 31 13:33:53 2007 @@ -842,7 +842,7 @@ list. Further examples of this can be found in L<perlipc/"Safe Pipe Opens">. -Note that if you're use Windows, no solution to this vexing issue is +Note that if you're using Windows, no solution to this vexing issue is even possible. Even if Perl were to emulate C<fork()>, you'd still be stuck, because Windows does not have an argc/argv-style API.