Yes, so you need to change the NEXTKEY implementation to track the index by yourself. e.g., look at the C/XS implementation?


Maybe. Will have to see where I put my C/XS chops. Oh wait, I don't really know C/XS! ;-)

Hopefully you can read C without understanding it ;) All it does is having a counter which tracks where it is inside the hash entry's list. so when you call FETCH it uses that index to get the right value.




__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to