in reply to Re^2: Help with making a string into a hash
in thread Help with making a string into a hash
Yes.. Lua is a programming language and the variables are stored as tables simular to a perl hash. Thus converting between the Lua table to a perl Hash sould be reather simple with some reformatting.