RE: [htmltmpl] PerlRun and H::T

2003-01-28 Thread Paulsen, Brian
I think that the problem is that using Perlrun, the main entry point for your page is no longer called 'main'. Hence, try to access $main::HTMLTemplate is undefined. An ugly fix may be to do the following when you create the HTML::Template object: $main::HTMLTemplate = new HTML::Template Of cour

[htmltmpl] PerlRun and H::T

2003-01-28 Thread Keith Jackson
In the thread about mod-perl, the topic of PerlRun came up so I decided to look into it for applications we have here. The first one I tried it sped it up dramatically. (running siege with 10 concurrent users the average response time of a sample page went from 7.5 sec to 1.08). The second site I