2.10.2. Exercise 2 [10 min]
Make a program that uses your library and the following code to print
out a message, such as Today is
dip, sen 11,
2008, meaning that today is a Monday in August.
(Hint: The year and month numbers returned by
localtime may not be what you'd
expect, so you need to check the documentation.)
my($sec, $min, $hour, $mday, $mon, $year, $wday) = localtime;