in reply to date strings

Something like this: perl -ne 'BEGIN{$time=time}; print scalar localtime $time; $time+=86400' works right on the command prompt; everytime you hit enter it will show you a new date

Adapt it to your script as you see fit; also, I dont know if there is any simpler way to do it