Re: [htmltmpl] naming keys in the

2006-10-10 Thread Charles K. Clarkson
Matias Alejo Garcia wrote: Fine answer, but there are a couple of typos. : my $tmpl_param = []; my $tmpl_parm = []; : HTH, Charles K. Clarkson -- Mobile Homes Specialist Free Market Advocate Web Programmer 254 968-8328 Don't tread on my bandwidth. Trim your posts. ---

Re: [htmltmpl] naming keys in the

2006-10-10 Thread Matias Alejo Garcia
Hello Robert,On 10/10/06, Robert Franks <[EMAIL PROTECTED]> wrote: I am new to the HTML::Template module, as you will see: I have successfully generated the using an array which contains a hash reference. However, in the html page I want to be able to loop through my hash without knowing

[htmltmpl] naming keys in the

2006-10-10 Thread Robert Franks
I am new to the HTML::Template module, as you will see: I have successfully generated the using an array which contains a hash reference. However, in the html page I want to be able to loop through my hash without knowing the names of the keys. What is the best way to do this? eg. in my cgi