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

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