I am working on a fun project to tech myself more about Perl and Linux: my laptop has a cern-httpd webserver running on it, for which I am building a gui. The gui runs as a webpage on the server itself (a bit like Zeus Webserver).

The interesting bit is working out the security arrangements - the gui itself ain't too much of a problem.

Elgon, first post to Perlmonks

Replies are listed 'Best First'.
RE: Fun Project for Novice
by Anonymous Monk on Oct 24, 2000 at 11:58 UTC
    I am an novice to PERL, and am planning on making some kinda system application. what bout ya. you gonna make a GUI using what. Duke.
      The real easy way is to use Perl/CGI scripts to allow the web browser to act as its own GUI - the user accesses the (allegedly *grin*) secure scripts and they alter the configuration files based on the data input. Restart the server and voila, altered behaviour. regards Elgon