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/
[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
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
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
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
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