Fellow Monks,

Having never written perl for a WWW environment I am bewildered by the range of modules available for this task. So far all I have been able to settle on is CGI::Simple

cmon toaster, details!


OK, so I'm investigating a replacement for our antiquated ftp transfer system, work in progress data is placed on an ftp site for clients to DL and (hopefully) approve. Presently we just provide links via email such as ftp://yourname@ftp.mydomain.com

I would like to try a web based system that

  • Presents a login screen to the user
  • Validates username/password and sets a cookie
  • Presents an html representation of the users available data
    Linked to the URLs of these files

  • Whilst I realise this is fairly simple, fellow monks will perhaps already be familiar w/ my highly shady use of <tags> here at PM - so looking for a module to handle this is desirable.


    To paraphrase , What should web newbies use to generate their HTML


    many thanks , toaster.
    HERE document!, doccy doccy doccy, HEEERE document.

    In reply to Simple HTML Generation: Please Advise by submersible_toaster

    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.