4 ;# $st_dev = @ary[$ST_DEV];
17 $ST_BLKSIZE = 11 + $[;
22 ;# do Stat('foo'); # sets st_* as a side effect
25 ($st_dev,$st_ino,$st_mode,$st_nlink,$st_uid,$st_gid,$st_rdev,$st_size,
26 $st_atime,$st_mtime,$st_ctime,$st_blksize,$st_blocks) = stat(shift(@_));