Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^4: comparing 2 file time date stamps

by craigt (Acolyte)
on Nov 06, 2014 at 16:28 UTC ( [id://1106400]=note: print w/replies, xml ) Need Help??


in reply to Re^3: comparing 2 file time date stamps
in thread comparing 2 file time date stamps

It still barks at the space in the USA Data. I've tried several suggestions, as this is pretty common apparently, to no avail.
  • Comment on Re^4: comparing 2 file time date stamps

Replies are listed 'Best First'.
Re^5: comparing 2 file time date stamps
by Corion (Patriarch) on Nov 06, 2014 at 16:34 UTC

    Yes. If you have a space in the filename, you will need to quote the filename when passing it to dir, just like on the command line:

    system qq(dir "$file");
      Thanks for the help. Here is the result.
      Checking 'c:\Steep\USA Data\State\KY\KY2.gif'
       Volume in drive C is TI106426W0A
       Volume Serial Number is 00FF-BD6D
      
       Directory of c:\Steep\USA Data\State\KY
      
      11/05/2014  07:52 PM             1,687 KY2.gif
                     1 File(s)          1,687 bytes
                     0 Dir(s)  423,609,860,096 bytes free
      Mtime: 1415235120
      As string: Wed Nov  5 19:52:00 2014
      
      
      
      Checking 'c:\usr\www\steepusa\stage\KY\KY2.gif'
       Volume in drive C is TI106426W0A
       Volume Serial Number is 00FF-BD6D
      
       Directory of c:\usr\www\steepusa\stage\KY
      
      11/05/2014  07:52 PM             1,687 KY2.gif
                     1 File(s)          1,687 bytes
                     0 Dir(s)  423,609,860,096 bytes free
      Mtime: 1415235120
      As string: Wed Nov  5 19:52:00 2014
      
      The date of the 1st file is correct. The date on the 2nd file should be 11/4 at 5:03 instead of the same date as the 1st file. I've entered the twilight zone.

        I don't know whatever makes you think that the date on the second file should be different. Your OS concurs with Perl that the date of the file on the filesystem is as shown and identical to the first date.

        Maybe you want to tell us where you get that other date of "11/4" (whatever the month and the day should be in that) from? What program shows that date?

        If you want to use a different timestamp than the mtime, you have to actually use that instead of using the mtime from the filesystem.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1106400]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (5)
As of 2024-04-16 06:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found