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 => 'domain2.com',
subdomain => 'www.domain2.com',
},
--
David Dorward <http://dorward.me.uk/>
"Anybody remotely interesting is mad, in some way or another."
-- The Greatest Show in the Galaxy
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>