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 =>
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'
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
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
>
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