Urgent, please. Maybe this is an offtopic.
I'm using the Date::Manip mod from CPAN.
This code works fine:
#!/usr/bin/perl
print "Content-type: text/html\n\n";
use Date::Manip;
$days=&Date_DaysInYear("2000");
print qq~$days~;
exit;
But this doesn't.
#!/usr/bin/perl
print "Content-type: text/html\n\n";
use Date::Manip;
$date1=&ParseDate("04/05/90");
$date2=&ParseDate("05/05/90");
$delta=&DateCalc($date1,$date2,\$err);
print "$delta\n";
exit;
Any clue? Please.....
---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
[EMAIL PROTECTED]
For non-automated Mailing List support, send email to
[EMAIL PROTECTED]