[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: lua source as config file
- From: "Andre Carregal" <carregal@...>
- Date: Thu, 8 Feb 2007 10:48:34 -0300
> Luiz Henrique de Figueiredo wrote:
> ...
> If you need those assignments to go into a table, setfenv after loadfile
> does it, as someone has already suggested.
Or just prepend
module("config")
to the file and then load it. Should be safe enough, no?
> Sorry about the noise. I just thought it was an opportunity
> to show how load worked...
Ok, shutting down now. :o)
Andre