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.

Reply via email to