Re: [htmltmpl] HTML::Templates

2005-06-28 Thread Philip Tellis
Sometime Today, RR cobbled together some glyphs to say: > The problem I am facing is, If the user refreshes or does anything, > nothing will happen and everything works fine, but when the user > places cursor at the address bar and presses Enter, then the page is > getting redirected to login page

[htmltmpl] HTML::Templates

2005-06-28 Thread Rajesh Raghammudi
Hi I am using HTML::Templating system for my project and the requirement is, URL given at the address bar should not be changed throughout the application, I could able to achieve this and works fine for me (I have a login page and users have to login to access the application). The problem I am

RE: [htmltmpl] HTML::Templates and PerlIO integration?

2003-06-18 Thread Chris Davies
Andrew Hammond wrote: > I'm using HTML::Templates to generate email messages in ISO-2022-JP > character set. It mostly works correctly except for a little munging. > I suspect it's Perl trying to do the Right Thing with a mix of > character sets. Is there any way to control the way that template >

[htmltmpl] HTML::Templates and PerlIO integration?

2003-06-16 Thread Andrew Hammond
Hi all, I'm using HTML::Templates to generate email messages in ISO-2022-JP character set. It mostly works correctly except for a little munging. I suspect it's Perl trying to do the Right Thing with a mix of character sets. Is there any way to control the way that template files are opened? D