From owner-freebsd-questions Tue Nov 26 08:10:41 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA10250 for questions-outgoing; Tue, 26 Nov 1996 08:10:41 -0800 (PST) Received: from news.cioe.com (news.cioe.com [204.120.165.34]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id IAA10241; Tue, 26 Nov 1996 08:10:30 -0800 (PST) Received: (from steve@localhost) by news.cioe.com (8.7.5/8.6.12) id LAA13111; Tue, 26 Nov 1996 11:11:52 -0500 (EST) Date: Tue, 26 Nov 1996 11:11:52 -0500 (EST) From: Steve Ames Message-Id: <199611261611.LAA13111@news.cioe.com> To: freebsd-questions@freebsd.org Subject: setuid under perl5? Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have a couple of scripts written in perl5 that need to edit some files that are owned by root. I had intended to just setuid the script and go with it, but no go. I'm using Freebsd 2.1.5 and perl5 compiled straight out of /usr/ports/lang/perl5 (ports-current). The same script under perl4 works fine. *sigh* I just want to be able to use some perl5 constructs in my script. Any suggestions for correction and/or work around will be appreciated. -Steve