sierpinski has asked for the wisdom of the Perl Monks concerning the following question:
Instead, what I'm trying to do is have a Perl script that dynamically creates the HTML using the print(qq(<script ..... )); but it doesn't seem that is how I should be doing it. Should I be using static HTML pages with embedded js/css/Perl, or using a Perl script with js/css inside?$('#dialog').dialog({ autoOpen: false, width: 600, buttons: { "Button1": function() { // Perl code here }, "Button2": function() { // Perl code here } } });
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: jQuery and Perl
by Corion (Patriarch) on May 27, 2010 at 14:29 UTC | |
by wazoox (Prior) on May 27, 2010 at 15:53 UTC | |
by dsheroh (Monsignor) on May 28, 2010 at 10:23 UTC | |
Re: jQuery and Perl
by marto (Cardinal) on May 27, 2010 at 14:33 UTC | |
by sierpinski (Chaplain) on May 27, 2010 at 14:40 UTC | |
by marto (Cardinal) on May 27, 2010 at 14:48 UTC | |
by sierpinski (Chaplain) on May 27, 2010 at 16:14 UTC | |
by Anonymous Monk on May 27, 2010 at 14:51 UTC | |
by Corion (Patriarch) on May 27, 2010 at 14:54 UTC | |
Re: jQuery and Perl
by bradcathey (Prior) on Jun 15, 2010 at 12:46 UTC |