On Wed, May 30, 2001 at 03:57:44PM -0700, Peter Lemus wrote: > Hi guys, I keep getting errors on the followin script. > I need the script to logout all users other then root > or ipl. > > 1 #!/usr/bin/perl > 2 # > 3 #Purpose: To logout users off the system > during after hours. > 4 # > 5 open(STDERR,">/tmp/userlog.log") || die $!; This should start: #!/usr/bin/perl -w use strict; J -- IAAMOAC.
- help with script Peter Lemus
- Re: help with script John Joseph Trammell
- Re: help with script Michael Fowler
- help with script Klein, Christopher