> I think the only thing I'm still hung up on is arrays. In PHP it was > ultra-easy to handle database rows using associative arrays,, and > handling large numbers of rows in multi-dimensional arrays. I don't > really know how to emulate that in Tcl, without setting up a separate > API to handle it. Anyone have some tips on that?
Take a look at ns_set http://www.aolserver.com/docs/devel/tcl/api/general.html#ns_set Dave
