HI
I need to get the $to  as 18-10-2007
But it throws as 18.can u give the suggestion to get the same format?
Thanks........

#!/usr/perl/bin
$from="15-10-2007";
$to=$from+"3";
print "$from,\n";
print "$to";

Regards,
Boniface........

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to