Wow, thanks for all of your comments, this atleast gives me a direction to start. Any one have any recommendations for tutorials. I am inundated with Google results for these search queries.

As far as Web based vs. user based,

Mainly the tools are designed for administering my FTP server and the config files that live there. For instance I have one that extracts information and generates a report. To facilitate this as a standalone package it would require the app to talk to the server, complicating the whole process--(download necessary files, make changes, upload modified files)--whereas with an app that lives on the same server is able to access and display the necessary information.

The second issue I have with a stand alone app is porting it to multiple platforms. Obviously the server is a Linux OS, and I personally run Linux, however, Most of my users are Winblows users, and I have one MAC user. From what I understand Perl doesn't work well in Winblows, thus making an OS port a large scale if not futile effort. I could write it all in C++ or Java, but again I run into the issue of the application being required to download all the necessary files, make the changes, then upload the newly configured files.

That being said, I acknowledge the potential security risk of exposing the admin tools to the world. But then again, if the app is constantly uploading and downloading files from the server, this creates a security risk as well, agree? Any one have any suggestions on security, I have been lead to believe that .hataccess is less than secure.

Again, thanks for all of your help. I don't really have any experience in building web pages or UI's for that matter (maybe it's laziness, but I find I type alot quicker then I move my mouse around, so I've never needed to build a UI).

Finally, and pardon my ignorance, I thought CGI was mainly designed for database management and obtaining user information. Someone please set me straight, but I guess I'm missing something. I found this tutorial:

http://www.cgi101.com

Anyone have a better tutorial?


In reply to Re: Perl UI? by PyrexKidd
in thread Perl UI? by PyrexKidd

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.