in reply to Re: Re: Parsing of the web log file, access_log
in thread Parsing of the web log file, access_log
From your experience, which one is preferable, Date::Manip or Date::Calc?Date::Calc is almost certainly preferable as it is a faster and smaller module - the only draw back is that it is mostly implemented in XS which means that you have to be able to compile C to be able to install it, but again that shouldn't be a problem in most places. Even the author of Date::Manip says in the documentation for that module:
Is Date::Manip the one you should be using? In my opinion, the answer is no about 90% of the time.Look at the Date::Manip manpage if you want to read the reasons for that statement in full.
/J\
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Problem with loading and compiling the Perl module, Date::Calc
by Andy61 (Initiate) on Jun 20, 2003 at 18:43 UTC | |
by fglock (Vicar) on Jun 20, 2003 at 19:11 UTC | |
by Andy61 (Initiate) on Jun 20, 2003 at 19:54 UTC | |
by fglock (Vicar) on Jun 20, 2003 at 21:21 UTC |