sleep (5*24*60*60); my $after5date = localtime(time); print $after5date; sleep (4*24*60*60); my $after4days = localtime(time); print $after4days;