in reply to How to get run jquery in cgi program?

I suggest that you put JavaScript into separate ".js" files and include them by means of an emitted <script> tag. Otherwise, put 'em in a template file. Don't muddy-up your Perl source code with them.
  • Comment on Re: How to get run jquery in cgi program?

Replies are listed 'Best First'.
Re^2: How to get run jquery in cgi program?
by Anonymous Monk on Aug 18, 2011 at 11:55 UTC

    The same usually holds true for embedded HTML as well.