Hello Monks,

I have a deceptively simple assignment, and I'm looking for a simple answer. I need to write a cgi for reserving unix servers. It's a simple chunk of code: display the list of machines and their particulars (free/busy, OS, current user, reservation dates), and allow people to check out a server for a specific time period if it's free.

Now, I'm by no means averse to writing it myself, as it doesn't seem like a difficult project. The thing I'm wondering is if it's been done before. I've done some searches in the usual places (CPAN, Sourceforge, etc), and found some large complex systems that are overkill for the task, but I can't seem to find a simple solution.

A cgi for reserving time on servers seems like the kind of project that's been done a hundred times before, and I see no reason to reinvent the wheel. Can anyone point me towards some code?

Thank you,

-Logan
"What do I want? I'm an American. I want more."


In reply to Server reservation cgi by logan

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.