Re: looping over a tied hash problem

2005-05-11 Thread Dave Gray
> Dave, I've got some more code here that should explain exactly what I'm > trying to do, what do you think of the structure? As you can probably tell > I'm having problems accessing the keys and values from a tied hash, any > ideas how I can get the keys and the values printed to the screen? > >

Re: looping over a tied hash problem

2005-05-10 Thread Dave Gray
I'm kind of lost as to what you're actually trying to do. Instead of posting functions with nothing calling them, you should include a code snippet (as simple as possible) that can be run to demonstrate the problem. Preferably not using those functions. Fix one thing at a time. With that said, thi

looping over a tied hash problem

2005-05-10 Thread Graeme McLaren
HI all, I have a function which is tying a hash and when I pass it to another function I want to be able to get the values of the hash in the order they were set in, how would I do this? Here's the function with the hash: sub get_users_table_a