in reply to Misformatted HTML::Template source code

Post-process your html output with HTML Tidy.

  • Comment on Re: Misformatted HTML::Template source code

Replies are listed 'Best First'.
Re^2: Misformatted HTML::Template source code
by Lawliet (Curate) on Nov 01, 2008 at 18:06 UTC

    Will that have much of an impact on the load time?

    I'm so adjective, I verb nouns!

    chomp; # nom nom nom

      The only one who can really answer that question is you. Set up a test harness using Benchmark in something as close as possible to your actual application context, and find out.