I performed a similar process using 2 modules: Date::Parse (to convert date strings to unix seconds)
POSIX (strftime function) and Perls standard localtime function to convert back from unix seconds to a formatted date string POSIX is a standard module so your system probably already has it. John -----Original Message----- From: Patricio Bruna V. [mailto:[EMAIL PROTECTED] Sent: 15 October 2004 03:34 To: [EMAIL PROTECTED] Subject: time manipulation i need to do some calc with dates, time betwen one date and other, are any modules that you recommend? thx -- Patricio Bruna V. Red Hat Certified Engineer Ingeniero Soporte Linux Center S.A. Fono: 2745000 Canada 239, Providencia Santiago -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response> -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>
