1 ;# This legacy library is deprecated and will be removed in a future
7 ;# $st_dev = @ary[$ST_DEV];
10 warn( "The 'stat.pl' legacy library is deprecated and will be"
11 . " removed in the next major release of perl." );
24 $ST_BLKSIZE = 11 + $[;
29 ;# do Stat('foo'); # sets st_* as a side effect
32 ($st_dev,$st_ino,$st_mode,$st_nlink,$st_uid,$st_gid,$st_rdev,$st_size,
33 $st_atime,$st_mtime,$st_ctime,$st_blksize,$st_blocks) = stat(shift(@_));