home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.perl
- Path: sparky!uunet!haven.umd.edu!darwin.sura.net!uvaarpa!mmdf
- From: ripper@athena.mit.edu
- Subject: strange STDIN and STDOUT in MS-DOS
- Message-ID: <1992Jul29.213853.14218@uvaarpa.Virginia.EDU>
- Sender: mmdf@uvaarpa.Virginia.EDU (Mail System)
- Reply-To: ripper@athena.mit.edu
- Organization: The Internet
- Date: Wed, 29 Jul 1992 21:38:53 GMT
- Lines: 19
-
-
- I am trying to use a version of MS-DOS perl I found on
- jpl-devvax.jpl.nasa.gov (patchlevel 44).
-
- A big problem with it is that stdin and stdout redirection
- don't work. I think this has to do with how stdin and stdout
- is being presented to the perl script when it runs because
- there is also an error in the getc() function.
-
- Is there another version of perl I can use that works better,
- or do I need to learn how to change the line discipline with
- from within perl.
-
- Also, is there (and yes this is hoping for too much probably)
- and MS-DOS c2ph so that I can use C libraries from perl?
-
-
- -Ross
-
-