hey people. Im looking for a way to print the current time to a file in perl. I've used the localtime function but to get it to print out, for example Saturday July 8 2000 I would have to write too many lines of code. <br><br>I would say (Sun,Mon.....) [(localtime)[4]] to print out the current day in words. Now I know that theres got to be an easier way to do this other than that. Is there a way to do this in one line of code, to print out the current date in this format (Saturday, July 8, 2000)?<br><br>