Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: How to stat a file with a Unicode (UTF16-LE) filename in Windows?

by ikegami (Patriarch)
on Feb 06, 2009 at 06:12 UTC ( [id://741808]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
       print("mtime: ", scalar(localtime($mtime)), "\n");
       print("ctime: ", scalar(localtime($ctime)), "\n");
    }
    
  2. or download this
    atime: Fri Feb  6 00:44:39 2009
    mtime: Fri Feb  6 00:44:39 2009
    ctime: Fri Feb  6 00:44:39 2009
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (6)
As of 2024-04-25 13:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found