pelos has asked for the wisdom of the Perl Monks concerning the following question:
doesn't matter what 0-13 stat I ask. but if I print the variable I get no [] I getuse File::stat; $mtime = (stat("C:/PC_Files/Dropbox/Beta/test.txt")); print $mtime[5];
thanks for the tips.File::stat=ARRAY(0x3585c0)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: stat a file
by moritz (Cardinal) on May 04, 2013 at 05:50 UTC | |
by pelos (Initiate) on May 04, 2013 at 06:22 UTC | |
by afoken (Chancellor) on May 04, 2013 at 09:30 UTC |