IWA-HWG Perl Course. Week 4 Project

Making a calendar

The purpose of the assignment is to demonstrate the use of print and printf. The program uses the localtime method to determine the date information (day of the month, day of the week, etc). Based on that it prints first to standard I/O a calendar for the month (using printf). Then it prompts the user if he or she would like to save the calendar to a text file (this version uses print).

make_calendar.plx