...for security reasons I don't want employess to have ANY access to our server what-so-ever.

You can't mean that literally. You must at least let clients connect to httpd. If you don't accept any data from the client, what do you need cgi for?

You don't have the luxury of running arbitrary code on a client machine, but (if the client chooses to accept it) you can provide javascript to do local calculation of that kind. Do not assume that all clients will accept. They may trust you no more than you do them.

How about saying what you want to do in a little more detail? We may be able to help.

Update: I think you ought to price your services under your own control. Many a shopping cart has allowed users to rewrite prices in their favor. A javascript estimator is not a bad idea, but you need to do the actual pricing on your server.

After Compline,
Zaxo


In reply to Re: Perl w/o a server? by Zaxo
in thread Perl w/o a server? by prowebdesigner

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.