mod_perl and html::template issues - data gets repeated on every reload
Senthil Nathan <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.html-template |
|---|---|
| Message-ID | <[email protected]> |
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