in reply to Re: printing last 100 keys from hash
in thread printing last 100 keys from hash

Also, in the main program I am saving hash keys as numbers. I do a foreach(keys %db) { $num++} then when I save messages to it, I save by $db{$num} = ... . So whether I use a module or not, if I sort by key it should work since it's all numbers. But it doesn't work *shrugs*
  • Comment on Re: Re: printing last 100 keys from hash