Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Close a file and reopen a new one at midnight

by MidLifeXis (Monsignor)
on Jan 14, 2013 at 17:59 UTC ( [id://1013250]=note: print w/replies, xml ) Need Help??


in reply to Close a file and reopen a new one at midnight

Is there sufficient log activity for the $hrmin check to have a large enough resolution, or is it possibly skipping over your check time?

If the check is only for the date, why not do a comparison to see if the last date matches the current date?

I also note that you are never recalculating the datetime, so $hrmin and $ymd never change during the lifetime of your while (<$sock>) loop.

Update: Be careful if this restarts. Instead of appending to the current date's log file, you will clobber it and truncate it at the beginning with your open statement. Consider using '>>' instead of '>'.

--MidLifeXis

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (3)
As of 2024-04-26 00:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found