[htmltmpl] mod_perl and html::template issues - data gets repeated on every reload
Brought to you by:
samtregar
From: Senthil N. <rs...@gm...> - 2005-12-06 14:25:40
|
Hi All, Im using mod_perl 2 on Apache 2. I am using HTML::Template to display the data from the perl/cgi script. For the first time loading the data is displayed properly. then for every reload the data displayed on the template gets repeatedly displayed. (i.e, it gets accumulated. for 5 times reload 5 sets of data is displayed in the template). Actually this problem is not seen on cgi/perl environment. Only with mod_perl this problem occurs. As this is also related with HTML::Template i posted it here. Thanks Senthil |