eacWash has asked for the wisdom of the Perl Monks concerning the following question:
#!/usr/bin/perl use File::stat; @statTry=stat("testStat"); printf("The value for stat is => %04o\n ", $statTry[2]&0777 ); print("\n");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: stat and File::stat question for $mode
by Corion (Patriarch) on Nov 20, 2011 at 17:55 UTC | |
by eacWash (Initiate) on Nov 20, 2011 at 23:54 UTC |