in reply to Re: Pull an array from a hash... or somthing
in thread Pull an array from a hash... or somthing
I thought it had something to do with references vs arrays them selves. I made the changes you suggested and it works great. It is now returning an array as I had hoped and I can do my foreach $device (@devices) to get the name and id of each.
Thanks a lot.