http://qs321.pair.com?node_id=888275


in reply to How to get after 4 and 5 days date from today date

sleep (5*24*60*60); my $after5date = localtime(time); print $after5date; sleep (4*24*60*60); my $after4days = localtime(time); print $after4days;
NB: sorry, this is a joke