muaddib2 has asked for the wisdom of the Perl Monks concerning the following question:
The error that is returned is "Use of uninitialized value at ./testing line 3. ANY ideas.#!/usr/bin/perl -w #This line will check the passwd file for any uid greater 1000 system("awk -F:'{if ($3 >1000) print $1}' /etc/passwd > /home/chancock +/users"); open(FILE, 'users'); print <FILE>;#!/usr/bin/perl -w close FILE;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: FInd and permission change
by runrig (Abbot) on Jun 05, 2001 at 02:35 UTC | |
|
Re: FInd and permission change
by bikeNomad (Priest) on Jun 05, 2001 at 02:36 UTC | |
|
(jeffa) Re: FInd and permission change
by jeffa (Bishop) on Jun 05, 2001 at 02:33 UTC | |
|
Re: FInd and permission change
by VSarkiss (Monsignor) on Jun 05, 2001 at 07:00 UTC |