okay, be gentle with me... I VI'd my first Perl script one whole week ago :D.

I'm tryin' to brew my own web based e-mail, more for the satisfaction and learning than the necessity (so i'm tryin to steer clear of too many CPAN modules and such, except for cgi.pm).

And since I would like it to actually be usable on, say, a public computer (gee... web based e-mail on a public computer?), I get the feeling that passing the username/pass as plaintext additions to the URL is probably not such a good idea :D.

So the question is this: how can I avoid doing that? I tried using POST to send the info, but that only works on the initial form. Since I display the headers first, with links to the 'meat' of the message, I need to know how to use POST with regular links.

However, if thats not do-able, how might I encrypt the data? Would I have to use Javascript or something? I'm not looking for 30 line snippits here (see above). Just some pointers as to where I should look.

In reply to POST in anchor tags? by Triscuit

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.