Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi everyone. Looking for a perl module to handle my calendar html to keep track of users posts on my site. I stumbled between these two and both look like they can get the job done for me. Not sure how to judge which one is better. HTML::CalendarMonth is newer. What I need is a large printed calendar that takes up the whole screen. Can anyone tell me which one I should be using? Thanks.
  • Comment on HTML::CalendarMonth or HTML::Calendar::Simple

Replies are listed 'Best First'.
Re: HTML::CalendarMonth or HTML::Calendar::Simple
by ptum (Priest) on Oct 27, 2006 at 19:29 UTC

    I've enjoyed reasonably good results from using HTML::CalendarMonthSimple, for what it is worth.

    There are a few things it doesn't do gracefully (like suppress content on weekends) but I think a few updates will take care of those sort of features. I plan to suggest a few of these improvements to the author in a couple of weeks. If you end up using it, perhaps we could collaborate and come up with a list of suggested features and some code that would implement them.