in reply to Re: Help with making a string into a hash
in thread Help with making a string into a hash

I have no idea what a "lua" file is, but ...

Lua is a programming language. I suppose Anonymous Monk means some Lua source file.

  • Comment on Re^2: Help with making a string into a hash

Replies are listed 'Best First'.
Re^3: Help with making a string into a hash
by Anonymous Monk on Oct 24, 2006 at 14:25 UTC
    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.