Re: Missing Data in Hashref Returned By Subroutine

2007-11-05 Thread Rob Wilkerson
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 t

Re: Missing Data in Hashref Returned By Subroutine

2007-11-05 Thread Tom Phoenix
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 s

Re: Missing Data in Hashref Returned By Subroutine

2007-11-05 Thread Rob Wilkerson
On Nov 5, 7:07 am, [EMAIL PROTECTED] (Rob Wilkerson) wrote: > I'm working on a script that retrieves data from a database into a > hashref (using fetchall_hashref) and returns the hashref to the body > of the script before being used in a later subroutine. What seems to > be happening, though, is