#!/usr/bin/perl use File::stat; $statTry=stat("testStat"); printf("The value for stat is => %04o\n ", $statTry->mode&0777 ); print("\n");
In reply to Re^2: stat and File::stat question for $mode
by eacWash
in thread stat and File::stat question for $mode
by eacWash
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |