in reply to Re: module return
in thread module return

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re^3: module return
by jethro (Monsignor) on Aug 17, 2009 at 12:05 UTC
    This is done by require so that some initialization code in the module could signal an error condition.
Re^3: module return
by FunkyMonk (Bishop) on Aug 17, 2009 at 12:52 UTC
    if i remove the 1 at end of the module, i will get error
    That's all you need to know really. End the module with 1 and it works. Don't, and it doesn't.