Ryan wrote:
>
> The Dump method gives me this:
>                  <table align="center" bgcolor="#0080c0" border="0"  
> cellpadding="0" cellspacing="0" width="100%"> @0.1.1.0.1.0.0.0.0.1
>                     <tr> @0.1.1.0.1.0.0.0.0.1.0
>                       <td> @0.1.1.0.1.0.0.0.0.1.0.0
> 
> How can I make use of "@0.1.1.0.1.0.0.0.0.1" if I know that's the  
> element I want?
> 
> Also if there is a more appropriate list for this question I apologize  
> and if you share it with me I'll know next time.

my $table = $tree->address('0.1.1.0.1.0.0.0.0.1');

And this list is fine :)

Rob


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to