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
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
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