On Mon, 4 Feb 2013 22:39:18 +0000
Dermot <paik...@gmail.com> wrote:

> This will do what you want but alas I do not think it's really
> suitable for a beginner.
> http://search.cpan.org/~oliver/Catalyst-Plugin-AutoCRUD-2.123610/lib/Catalyst/Plugin/AutoCRUD.pm

And for Dancer, a similar option:

https://metacpan.org/module/Dancer::Plugin::SimpleCRUD

(Disclaimer: I wrote it, so consider me biased :) )


Both will allow you to fairly easily provide an interface to
list/search/create/edit/delete records in a database table via a web
interface.


-- 
David Precious ("bigpresh") <dav...@preshweb.co.uk>
http://www.preshweb.co.uk/     www.preshweb.co.uk/twitter
www.preshweb.co.uk/linkedin    www.preshweb.co.uk/facebook
www.preshweb.co.uk/cpan        www.preshweb.co.uk/github



-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to