Date:Calc and Bit::Vector compilation problems on 64 but linux

2006-10-23 Thread Igor Nikolic
Hello list, I have a question on compilation problems for Date::Calc on a 64 bit RHEL machine. When I use cpan to install Date::Calc and Bit::Vector I get the following problem : gcc -shared Calc.o DateCalc.o -o blib/arch/auto/Date/Calc/Calc.so /usr/bin/ld: skipping incompatible /usr/lib/

Re: simple date compare need to do now(); on Date:Calc

2002-12-05 Thread rob
[EMAIL PROTECTED] wrote: On Thu, 05 Dec 2002 09:53:14 -0600, rob <[EMAIL PROTECTED]> wrote: Hello All Ive been away from this list for a while and am very rusty... I need to know how to pass now(); or today(); to my date compare These ne

RE: simple date compare need to do now(); on Date:Calc

2002-12-05 Thread wiggins
On Thu, 05 Dec 2002 09:53:14 -0600, rob <[EMAIL PROTECTED]> wrote: > Hello All Ive been away from this list for a while and am very rusty... > I need to know how to pass now(); or today(); to my date compare These need to be Now() and Today() (no

simple date compare need to do now(); on Date:Calc

2002-12-05 Thread rob
Hello All Ive been away from this list for a while and am very rusty... I need to know how to pass now(); or today(); to my date compare the following works and returns the expected days ## # use strict ; -w ; use Date::Calc qw( Date_to_Days ) ; my $y

Re: date:calc

2001-06-28 Thread Jeff 'japhy' Pinyan
On Jun 28, Katie Elliott said: >Can you tell me if Date:Calc is the best way for calcuating dates?  I >would like to pass specific dates to analog to do log file analysis on >the dates.   Katie, I tend to use the standard Time::Local module to do the work. I don't mind doing s

date:calc

2001-06-28 Thread Katie Elliott
Hi, Can you tell me if Date:Calc is the best way for calcuating dates?  I would like to pass specific dates to analog to do log file analysis on the dates.   Here are my scripts: 1)Previous Month #!/usr/bin/perl use Date::Calc qw( Today Days_in_Month Date_to_Text);  ($year,$month) = Today