Help for this page

Select Code to Download


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