On Thu, 11 Aug 2005, Monica L wrote: > Hi All, > > I'm fairly new to Perl, and I'm working on a program > that needs to convert a date/time from the RFC 822 > format (ie, Sat, 07 Sep 2002 00:00:01 GMT) to the ISO > 8601 format. Does anyone know if there are any Perl > modules that will do this conversion? I heard of the > Date::Manip module, but I'm not sure if this is the > right module to use or if there are other ones?
I'm not sure since all you're doing is converting between formats ( with a little testing ) if DateTime ( and DateTime::Format::W3CDTF ) is too much but it works very slick for me. Check out CPAN <http://search.cpan.org/>. It is loaded with great stuff. As is <http://datetime.perl.org/>. Sometimes so much my head hurts. Use with caution. Rod -- "Open Source Software - You usually get more than you pay for..." "Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL"
