> i need to do some calc with dates, time betwen one date and other, are
> any modules that you recommend?
> 
> thx
> 

There are several available from CPAN. Date::Calc, Date::Manip, DateTime
to name just a few notables.  You can also usually do calculations in
seconds and use Time::Local and 'localtime' to do conversions after the
calculations.

HTH,

http://danconia.org

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to