home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / perl / 7088 < prev    next >
Encoding:
Text File  |  1992-11-20  |  819 b   |  26 lines

  1. Newsgroups: comp.lang.perl
  2. Path: sparky!uunet!psinntp!juliet!news
  3. From: rjo@leo (Robert Opferman)
  4. Subject: Perl On NeXT 3.0
  5. Message-ID: <1992Nov19.173121.2805@fnbc.com>
  6. Keywords: perl next
  7. Sender: news@fnbc.com
  8. Organization: First National Bank Of Chicago, Chicago IL, USA
  9. Date: Thu, 19 Nov 92 17:31:21 GMT
  10. Lines: 14
  11.  
  12. I somehow lost the use of $> and $< using TAINTPERL under NeXTstep 3.0.  
  13. I tried the following simple test and got a blank response from both:
  14.  
  15. print "the id is ",(getpwnam($>)),"\n";
  16. print "the id is ",(getpwnam($<)),"\n";
  17.  
  18. It works fine when I specified a username in the above statements.  I  
  19. tried to recompile under 3.0 and got the same result.  I would like to use  
  20. SUID scripts without having to put a C-wrapper around them.
  21.  
  22. Thanks in advance for any help/suggestions.
  23.  
  24. Bob O.
  25. rjo@fnbc.com
  26.