RE: CGI - HTML::TEMPLATE - How do it ?

2006-02-02 Thread David Dorward
On Thu, 2006-02-02 at 16:36 -0300, Augusto Flavio wrote: > The problem is my array... Look: > @domains = ( > { name => 'domain1.com'}, > { name => 'domain2.com'}, > { name => 'domain3.com'}, > ); > > where i place the subdomain of the value domain2.com ? { name =>

RE: CGI - HTML::TEMPLATE - How do it ?

2006-02-02 Thread Charles K. Clarkson
Augusto Flavio wrote: : The problem is my array... Look: : : : @domains = ( : { name => 'domain1.com'}, : { name => 'domain2.com'}, : { name => 'domain3.com'}, : ); : : where i place the subdomain of the value domain2.com ? @domains = ( { name => 'domain1.com'

RE: CGI - HTML::TEMPLATE - How do it ?

2006-02-02 Thread Augusto Flavio
The problem is my array... Look: @domains = ( { name => 'domain1.com'}, { name => 'domain2.com'}, { name => 'domain3.com'}, ); where i place the subdomain of the value domain2.com ? thanks! Augusto Morais "Charles K. Clarkson" <[EMAIL PROTECTED]> escreveu: Au

RE: CGI - HTML::TEMPLATE - How do it ?

2006-02-02 Thread Charles K. Clarkson
Augusto Flavio wrote: > Hi, > > > I`m have a question. i want to do a table using the module > HTML::Template. Well.. A simple table i can do but a table with > differents rows i don`t made(sorry my english).. How i do a table > like this: > > http://www.smartlinks.com.br/~aflavio/test.html >

CGI - HTML::TEMPLATE - How do it ?

2006-02-02 Thread Augusto Flavio
Hi, I`m have a question. i want to do a table using the module HTML::Template. Well.. A simple table i can do but a table with differents rows i don`t made(sorry my english).. How i do a table like this: http://www.smartlinks.com.br/~aflavio/test.html Thanks for all Augusto Morais