On 11/5/07, Tom Phoenix <[EMAIL PROTECTED]> wrote: > 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.
Thanks, Tom. I just found out about Data::Dumper about an hour ago and I think I'm making progress. I'm still struggling with when/how to dereference since there seem to be about 23,374 ways to do so, but I'm fast reaching the point of not caring. I just want this project out the door. :-) -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/
