Help for this page
use File::stat qw(stat); ... my $stat = stat($path) or return -1; return $stat->mode; }