NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
That hole is called... (Score:1)
WebGUI.
Re: (Score:2)
I don't think it is.
I want something built on a good MVC foundation using best-of-breed tools like DBIx::Class and Template Toolkit.
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;
Re: (Score:1)
http://github.com/preaction/modern-webgui [github.com]
So far works as a plugin to WebGUI in view-only mode. Working on edit mode next. Then adding the flexibility that Plack offers and some other things. Not ready for a beta release yet.
Model : DBIx::Class (subclassed through WebGUIx::Model)
View: Template Toolkit (well, for templates at least)
Controller: WebGUIx::Asset (also a model, for configuration purposes).
Not an official WebGUI project, just scratching my own itches. YMMV.
Re: (Score:2)
Now that *is* interesting.. I'll take a closer look :)
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;
Yay! er... right! (Score:2)
The Padre team will be happy to receive your help :)
Re: (Score:2)
Already hacking on Padre :) .. http://www.aarontrevena.co.uk/images/padre_autodia_screenshot1.png [aarontrevena.co.uk]
The autodia plugin prototype is in SVN and worky
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;