home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / perl / 5026 < prev    next >
Encoding:
Text File  |  1992-07-29  |  973 b   |  31 lines

  1. Newsgroups: comp.lang.perl
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!uvaarpa!mmdf
  3. From: ripper@athena.mit.edu
  4. Subject: strange STDIN and STDOUT in MS-DOS
  5. Message-ID: <1992Jul29.213853.14218@uvaarpa.Virginia.EDU>
  6. Sender: mmdf@uvaarpa.Virginia.EDU (Mail System)
  7. Reply-To: ripper@athena.mit.edu
  8. Organization: The Internet
  9. Date: Wed, 29 Jul 1992 21:38:53 GMT
  10. Lines: 19
  11.  
  12.  
  13. I am trying to use a version of MS-DOS perl I found on
  14. jpl-devvax.jpl.nasa.gov (patchlevel 44).
  15.  
  16. A big problem with it is that stdin and stdout redirection
  17. don't work.  I think this has to do with how stdin and stdout
  18. is being presented to the perl script when it runs because
  19. there is also an error in the getc() function.
  20.  
  21. Is there another version of perl I can use that works better,
  22. or do I need to learn how to change the line discipline with
  23. from within perl.
  24.  
  25. Also, is there (and yes this is hoping for too much probably)
  26. and MS-DOS c2ph so that I can use C libraries from perl?
  27.  
  28.  
  29. -Ross
  30.     
  31.