Dear Monks

After much searching I have drawn a blank and was wondering if anybody knows of a perl module that allows the creation of a staff holiday plan?
I have looked at HTML::CalendarMonthSimple Unfortunately I don’t believe it has the capability to do what I require. I have seen mention of HTML::Calendar::Simple->calendar_year; but believe this to be DEPRECATED?

What am i trying to do?

I wish to create one html page listing the months in a single horizontal line with names of the week across the top and dates in the corresponding boxes. Basically reproducing a SASCO style wall chart. This would then allow be to place names or colours in the relevant date box for that member of staff showing the holiday period

In my search I did find a Randal L. Schwartz article doing something similar http://www.stonehenge.com/merlyn/WebTechniques/col66.html But again this was done over a monthly view. I require a whole years snapshot.

Any pointers on a date/Html module that could create a html output like the one I require would be greatly appreciated.
regards
Gareth


In reply to Calendar Module by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.