Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Building a web-based system administration interface in Perl

by leocharre (Priest)
on Apr 10, 2009 at 14:15 UTC ( [id://756831]=note: print w/replies, xml ) Need Help??


in reply to Building a web-based system administration interface in Perl

Use CGI::Application.

A development suggestion- code everything to work with a cli. Once the tests work, use the cli, once that works, then code the wui (web user interface) with CGI::Application. The plugins are great, it's easy to write your plugins, super useful way to organize code- into plugins. The plugins can define runmodes into your app etc.

For some reason I have an aversion to CGI::Application::Framework

Please do look at: CGI::Application::Plugins *

When I first looked at cgiapp (apparently common nick) I thought it was silly, a big hairy chunk of code that did little. I think that's the same feeling we get when we are very young and see things like beer, cars, roads- we look at the adults and think to ourselves "really? are you serious? that's important to you?"

  • Comment on Re: Building a web-based system administration interface in Perl

Replies are listed 'Best First'.
Re^2: Building a web-based system administration interface in Perl
by wazoox (Prior) on Apr 10, 2009 at 19:45 UTC
    Use CGI::Application.

    Thanks I'll have a look at it. BTW for the cli part, well it's already done and working (at least the hard part of it).

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://756831]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-25 19:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found