lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Tue, Feb 2, 2010 at 1:57 PM, Vasanta <vtanna1@gmail.com> wrote:

> These are embedded in a script, script gets called from web.
> also print was configured to print on console.

Maybe try:
  io.stderr:write("Begin\n");

 - Jeff