1 ;# This legacy library is deprecated and will be removed in a future
7 ;# $st_dev = @ary[$ST_DEV];
21 $ST_BLKSIZE = 11 + $[;
26 ;# do Stat('foo'); # sets st_* as a side effect
29 ($st_dev,$st_ino,$st_mode,$st_nlink,$st_uid,$st_gid,$st_rdev,$st_size,
30 $st_atime,$st_mtime,$st_ctime,$st_blksize,$st_blocks) = stat(shift(@_));