Help for this page

Select Code to Download


  1. or download this
    use File::stat;
    $st = stat($file) or die "No $file: $!";
    my $mode =  $st->mode;
    my $uid = $st->uid;
    my $gid = $st->gid;