Hi there..
I have a variable which contains a date..say
my $var="1940/12/12/";
Is there any module around that gets the difference between this date and the current time.
So basically something which returns
($year,$month,$days)
So it can be presented like
You are 50 years, 3 months and 2 days old etc...
Thanks in advance
I have a variable which contains a date..say
my $var="1940/12/12/";
Is there any module around that gets the difference between this date and the current time.
So basically something which returns
($year,$month,$days)
So it can be presented like
You are 50 years, 3 months and 2 days old etc...
Thanks in advance