in reply to Re^2: Can perl be injected on html pages?
in thread Can perl be injected on html pages?

You could use something like HTML::Template to separate your HTML/css/JavaScript from your Perl code.

Then again, I get the feeling we have been here before (Separate Javascipt code from pure Perl code, HTML::Template help).

Martin

  • Comment on Re^3: Can perl be injected on html pages?

Replies are listed 'Best First'.
Re^4: Can perl be injected on html pages?
by Nik (Initiate) on Mar 30, 2009 at 11:57 UTC
    Seperation of ocde its ok i guess but what if i want to embed perl code inside an html page like i.e. in php's way?<brx2> Is it possible to use perl like that?