Hi,

I would use a web interface, because you can take a lot of code and experience from doing the shopping cart -> reuse.

And of course you can limit access to this section of the webserver by host, user, or whatever you want. The user don't need to acommodate to a GUI, he uses the same software (web browser) as he/she usual use. You save time, because, you don't have to create and think about how to style and define the user interaction etc... of course you also need to do this in the CGI version, but you don't need to change concepts, you still work on the same as you have, but you extend it.

And, ok, that's not a potential factor, but it's prettier... because you handle there with html,css, etc...

Another way you could think about, for testing and experimentation is to doing it with XUL

Regards,

|fire| at irc.freenode.net

In reply to Re: CGI vs Tk for application backend by fmerges
in thread CGI vs Tk for application backend by Popcorn Dave

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.