Help for this page

Select Code to Download


  1. or download this
    my $mode = (stat($file))[2];
    
  2. or download this
    use File::stat;
    my $mode = stat($file)->mode;