blackgoat has asked for the wisdom of the Perl Monks concerning the following question:
Hi Monks!
I have some data stored in text form which appears in the following format:
mon_jan_01_16:00:33_t23.96-d568
A number of such entries are present in my file. I need to pick out(thru regexp)the entry that is most recent. I, however, fail to understand how can the date and time functions be used in this case. Pls help me out...
Thanks!
BG
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: use of date n time functions
by CountZero (Bishop) on Mar 08, 2010 at 07:17 UTC | |
Re: use of date n time functions
by ZlR (Chaplain) on Mar 08, 2010 at 10:03 UTC | |
by blackgoat (Acolyte) on Mar 09, 2010 at 05:16 UTC | |
by ZlR (Chaplain) on Mar 10, 2010 at 11:18 UTC | |
Re: use of date n time functions
by ikegami (Patriarch) on Mar 08, 2010 at 07:18 UTC | |
Re: use of date n time functions
by Anonymous Monk on Mar 08, 2010 at 07:04 UTC | |
by blackgoat (Acolyte) on Mar 08, 2010 at 07:11 UTC | |
by Anonymous Monk on Mar 08, 2010 at 07:17 UTC | |
by jeffreyray (Sexton) on Mar 08, 2010 at 20:01 UTC | |
by Anonymous Monk on Mar 08, 2010 at 22:04 UTC | |
Re: use of date n time functions
by thinc (Novice) on Mar 09, 2010 at 04:49 UTC | |
by blackgoat (Acolyte) on Mar 09, 2010 at 05:20 UTC |