Re: [htmltmpl] how to use UTF8?

2004-07-13 Thread Sam Tregar
On Wed, 14 Jul 2004, Thilo Planz wrote: > > Does it work if you open() them yourself and pass the filehandle to > > new() instead of the filename? > > I suppose that would work, but I cannot do that for the included > files... Good point. So how do other modules handle this problem? HTML::Templa

Re: [htmltmpl] how to use UTF8?

2004-07-13 Thread Thilo Planz
I have a problem with using UFT8-encoded templates. The problem seems to be caused by the templates not being open'd() with the :utf8 flag. Does it work if you open() them yourself and pass the filehandle to new() instead of the filename? I suppose that would work, but I cannot do that for the inc

Re: [htmltmpl] how to use UTF8?

2004-07-13 Thread Sam Tregar
On Wed, 14 Jul 2004, Thilo Planz wrote: > I have a problem with using UFT8-encoded templates. > The problem seems to be caused by the templates not being open'd() with > the :utf8 flag. Does it work if you open() them yourself and pass the filehandle to new() instead of the filename? -sam

[htmltmpl] how to use UTF8?

2004-07-13 Thread Thilo Planz
Hi, I have a problem with using UFT8-encoded templates. The problem seems to be caused by the templates not being open'd() with the :utf8 flag. I can use these templates with HTML::Template just fine, unless I put in template parameters that are Unicode strings. As long as there are no paramete

Re: [htmltmpl] [OT] Is their a maximum amount of data that can be disp layed by HTML:: Template?

2004-07-13 Thread simran
i think the timeout is only for "some data".. perhaps if you try forking another process (that is attached to the same output handle) that keeps the connection alive by sending some data down the pipe every 30 seconds or so until you are ready to send the final bit of data... that should help...

Re: [htmltmpl] Is their a maximum amount of data that can be disp layed by HTML:: Template?

2004-07-13 Thread Mathew Robertson
> > That looks like a generic IE error message - look at the bottom of > > the page. It probably has something like - > > > > HTTP 500 - Internal server error > > Internet Explorer > > > > My guess is you're timing out before the results can be served up. > > Grrr. You are absolutely right. I

RE: [htmltmpl] Is their a maximum amount of data that can be disp layed by HTML:: Template?

2004-07-13 Thread Tyler Hepworth
Ragan, Steve wrote: > That looks like a generic IE error message - look at the bottom of > the page. It probably has something like - > > HTTP 500 - Internal server error > Internet Explorer > > My guess is you're timing out before the results can be served up. Grrr. You are absolutely right.

RE: [htmltmpl] Is their a maximum amount of data that can be disp layed by HTML:: Template?

2004-07-13 Thread Ragan, Steve
That looks like a generic IE error message - look at the bottom of the page. It probably has something like - HTTP 500 - Internal server error Internet Explorer My guess is you're timing out before the results can be served up. Steve Ragan Sr. Internet Developer Harris Internet Services 2500

[htmltmpl] Is their a maximum amount of data that can be displayed by HTML:: Template?

2004-07-13 Thread Tyler Hepworth
I am using HTML::Template to display software/hardware inventory data being pulled from a database. I have 11 subroutines that pull out data for different categories of data (hardware, os, memory, installed programs, etc) The data is stored in arrays: @rows1 @rows2 ... @rows11 The contents of @