home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.perl
- Path: sparky!uunet!psinntp!juliet!news
- From: rjo@leo (Robert Opferman)
- Subject: Perl On NeXT 3.0
- Message-ID: <1992Nov19.173121.2805@fnbc.com>
- Keywords: perl next
- Sender: news@fnbc.com
- Organization: First National Bank Of Chicago, Chicago IL, USA
- Date: Thu, 19 Nov 92 17:31:21 GMT
- Lines: 14
-
- I somehow lost the use of $> and $< using TAINTPERL under NeXTstep 3.0.
- I tried the following simple test and got a blank response from both:
-
- print "the id is ",(getpwnam($>)),"\n";
- print "the id is ",(getpwnam($<)),"\n";
-
- It works fine when I specified a username in the above statements. I
- tried to recompile under 3.0 and got the same result. I would like to use
- SUID scripts without having to put a C-wrapper around them.
-
- Thanks in advance for any help/suggestions.
-
- Bob O.
- rjo@fnbc.com
-