http://qs321.pair.com?node_id=160794


in reply to A lil module creation advice

Is your module failing by being run or failing at compile time?

Every module that is 'used' must compile properly or the entire program will fail before it is run.

'use strict' will tell you exactly where the program is failing. Sending some debugging to the screen will tell you how much of the program is being run before failing.

mr greywolf