bgator29 has asked for the wisdom of the Perl Monks concerning the following question:
ANY HELP is greatly appreciated...........THank YOu!my @array = ($dev, $ino, $mode, $nlink, $uid, $gid, $rdev, $size, $ati +me, $mtime, $ctime, $blksize, $block); @array = stat($_); $array = @array[8]; if($array > 1200){ print "ERROR MESSAGE";}
Edit by tye
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How do I use stat
by ducky (Scribe) on Sep 27, 2001 at 20:52 UTC | |
by bgator29 (Initiate) on Sep 27, 2001 at 22:43 UTC | |
by ducky (Scribe) on Sep 28, 2001 at 00:05 UTC | |
|
Re: How do I use stat
by jeroenes (Priest) on Sep 27, 2001 at 20:55 UTC | |
|
Re: How do I use stat
by tommyw (Hermit) on Sep 27, 2001 at 20:51 UTC |