X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fstat.pl;h=f7c240a4b3e7713c5790c7881dc28df5deb12535;hb=3937c24e3f4ed26beafd7a2fbe3a20466bfc2b2d;hp=8cf0bde1936be8dd87c84776697da3109ee07e58;hpb=a687059cbaf2c6fdccb5e0fae2aee80ec15625a8;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/stat.pl b/lib/stat.pl index 8cf0bde..f7c240a 100644 --- a/lib/stat.pl +++ b/lib/stat.pl @@ -1,6 +1,7 @@ -;# $Header: stat.pl,v 3.0 89/10/18 15:19:53 lwall Locked $ +;# $RCSfile: stat.pl,v $$Revision: 4.1 $$Date: 92/08/07 18:24:13 $ ;# Usage: +;# require 'stat.pl'; ;# @ary = stat(foo); ;# $st_dev = @ary[$ST_DEV]; ;# @@ -19,6 +20,7 @@ $ST_BLKSIZE = 11 + $[; $ST_BLOCKS = 12 + $[; ;# Usage: +;# require 'stat.pl'; ;# do Stat('foo'); # sets st_* as a side effect ;# sub Stat {