Re: Problems with Date::Manip

2009-12-07 Thread Rene Schickbauer
Hi! I've corrected the problem. I just release a new version, but it'll be tomorrow before it's distributed on CPAN. You can also get it immediately from: http://heather.osg.ufl.edu/Date-Manip.tar.gz Works fine on Linux. But on ActiveState Perl (perl 5.10) on a german language installation o

Re: Problems with Date::Manip

2009-11-25 Thread Sullivan Beck
> I haven't taken a look any deeper than reading this email but the > first thing that jumps to mind would be something to do with list vs. > scalar context... perhaps the new Date::Manip is returning a list, and > you're assigning it to a scalar? > > On Tue, Nov 24, 2009 at 10:49 AM, Rene Schickb

Re: Problems with Date::Manip

2009-11-25 Thread Sullivan Beck
> I haven't taken a look any deeper than reading this email but the > first thing that jumps to mind would be something to do with list vs. > scalar context... perhaps the new Date::Manip is returning a list, and > you're assigning it to a scalar? > That's exactly what it is. I'm looking into it a

Re: Problems with Date::Manip

2009-11-24 Thread Rene Schickbauer
Hi! I've corrected the problem. I just release a new version, but it'll be tomorrow before it's distributed on CPAN. You can also get it immediately from: Perfect! I'll try it tomorrow morning! Thanks for the quick help! LG Rene -- #!/usr/bin/perl #99BoB (C)2004 cavac:prg count drink vessel

Re: Problems with Date::Manip

2009-11-24 Thread Bill Ward
I haven't taken a look any deeper than reading this email but the first thing that jumps to mind would be something to do with list vs. scalar context... perhaps the new Date::Manip is returning a list, and you're assigning it to a scalar? On Tue, Nov 24, 2009 at 10:49 AM, Rene Schickbauer < rene.

Problems with Date::Manip

2009-11-24 Thread Rene Schickbauer
Hi! Installed another linux box today and installed my usual set of modules. There was a problem with Date::Manip (installed a 6.xx version) The function UnixDate now returns "1" instead of the correct date. When i copied an older 5.xx version to that box, everything worked again. Date::Mani