X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fstat.pl;h=9f03cbc161fab237a6a90b8ab83ad1c54c82c0b8;hb=83025b217962b0369a18edad3fa14dc1087f3c2a;hp=8cf0bde1936be8dd87c84776697da3109ee07e58;hpb=a687059cbaf2c6fdccb5e0fae2aee80ec15625a8;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/stat.pl b/lib/stat.pl index 8cf0bde..9f03cbc 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 $ +;# $Header: stat.pl,v 4.0 91/03/20 01:26:16 lwall Locked $ ;# 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 {