in reply to Perl UI?
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?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl UI?
by Anonymous Monk on Oct 15, 2010 at 16:27 UTC |