Hi all,
having this problem with a solaris 9 machine running perl 5.6.1.
===========================================================
#!/usr/local/bin/perl
use strict;
use Date::Calc qw
all);
my ($proxyNumber, $runMode, $curYear, $curMonth, $curDay, $randID);
print ($curYear,"-", $curMonth, "-", $curDay, "\n");
($curYear, $curMonth, $curDay) = Today();
print ($curYear,"-", $curMonth, "-", $curDay);
==========================================================
this looks fine but i'm getting long figures for the output.
--
8611405232548-55830378916-51535411620
Anybody has any help or suggestions? Any idea will be appreciated.
xeno.
having this problem with a solaris 9 machine running perl 5.6.1.
===========================================================
#!/usr/local/bin/perl
use strict;
use Date::Calc qw
my ($proxyNumber, $runMode, $curYear, $curMonth, $curDay, $randID);
print ($curYear,"-", $curMonth, "-", $curDay, "\n");
($curYear, $curMonth, $curDay) = Today();
print ($curYear,"-", $curMonth, "-", $curDay);
==========================================================
this looks fine but i'm getting long figures for the output.
--
8611405232548-55830378916-51535411620
Anybody has any help or suggestions? Any idea will be appreciated.
xeno.