Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^5: file check not working

by karlgoethebier (Abbot)
on Oct 08, 2014 at 09:54 UTC ( [id://1103150]=note: print w/replies, xml ) Need Help??


in reply to Re^4: file check not working
in thread file check not working

"...must be something with how the file name is built..."

Others pointed you to it already - but anyway, i put in my two cent:

host:~ # perl -MPOSIX=strftime -e 'print strftime( "%Y%m%d.csv", local +time );' | hexdump -c 0000000 2 0 1 4 1 0 0 8 . c s v 000000c host:~ # perl -e 'print qx(date +%Y%m%d.csv);' | hexdump -c 0000000 2 0 1 4 1 0 0 8 . c s v \n 000000d

Best regards, Karl

«The Crux of the Biscuit is the Apostrophe»

Log In?
Username:
Password:

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

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

    No recent polls found