in reply to Perl and jqwidgets
I have several products at work which use Perl and Oracle to generate HTML/JSON for a jQuery front end. Use a framework (Dancer/CGI::Application) to quickly develop a prototype system that allows you to test the functionality/widgets you require. Then you'll be able to tell if this is a "good option" or not. Consider using a templating system (Template::Toolkit, HTML::Template...) to keep your perl code seperate from the HTML/CSS/JavaScript.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl and jqwidgets
by doubledecker (Scribe) on Dec 29, 2013 at 14:27 UTC | |
by marto (Cardinal) on Dec 29, 2013 at 14:30 UTC |