Right now I don't have a web server to run my site from. I'm doing the site at home for a small business (my first venture into this sort of thing) and I'm just running it off my local host. Therefore, when I finish I plan to then start looking for web-server's to host the site and scripts. So I'm not sure there is any way I could use the standard web-server's authentication / authorization way of handling log-in without knowing where and how my site will be hosted. Unless there is a standard they all use. I know I will have to use a Windows server because the site makes extensive use of MS access which is what the business I am doing this for uses. But I'm not sure how to take advantage of things in terms of the server. All I know is what I have been working with in terms of perl/cgi stuff. Any suggestions for reading on an intro to this sort of thing?

In reply to Re^2: Passing cgi parameters from external script by shaolindoman
in thread Passing cgi parameters from external script by shaolindoman

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.