On 11/5/07, Rob Wilkerson <[EMAIL PROTECTED]> wrote: > I can't find a way to reference a specific element ID member that > works.
Try printing out the full data structure so you can see what indexing and dereferencing you need to do to reach the element you want. You could use Data::Dumper or a similar module, or you could just use the x command in Perl's built-in debugger. Good luck with it! --Tom Phoenix Stonehenge Perl Training -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/