home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.perl
- Path: sparky!uunet!newsgate.watson.ibm.com!yktnews!admin!florida!essbaum
- From: essbaum@rchland.vnet.ibm.com (Alexander Essbaum)
- Subject: Re: fork and STDOUT
- Sender: news@rchland.ibm.com
- Message-ID: <1992Dec31.191209.10988@rchland.ibm.com>
- Date: Thu, 31 Dec 1992 19:12:09 GMT
- Disclaimer: This posting represents the poster's views, not necessarily those of IBM
- References: <1992Dec30.223911.16297@rchland.ibm.com> <1htthbINNqg9@shelley.u.washington.edu>
- Nntp-Posting-Host: florida.rchland.ibm.com
- Organization: IBM Rochester
- Lines: 16
-
- it's amazing how much better my brain functions immediately after clicking
- on "send".
-
- so now i got the output in the right order (still buffered, but the "die"
- printout comes after the STDOUT printout).
-
- i moved the
-
- select(STDERR); $| = 1;
- select(STDOUT); $| = 1;
-
- into the script called by $cmd.
-
- still have to unbuffer the output, though.
-
- axel
-