Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!pt.cs.cmu.edu!o.gp.cs.cmu.edu!andrew.cmu.edu!rm55+ From: rm55+@andrew.cmu.edu (Rudolph T. Maceyko) Newsgroups: comp.lang.perl Subject: MS-PERL and stdout Message-ID: Date: 2 Jan 91 17:18:45 GMT Organization: Carnegie Mellon, Pittsburgh, PA Lines: 12 What's the best way to make an msperl (pl 41) script behave as a normal unix one does with regards to pipes and such? C:\> SCRIPT > LPT1 It would be nice to be able to do such redirects, but both msperls (pl18 and 41) seem to write directly to CON. I'm no DOS guru, but this is a little disconcerting. BTW, open(STDOUT, ">-") kills the script, even if STDOUT is closed first. Rudy