in reply to Use of Modules

Modules are great, why re-invent the wheel especially when you want to create an app quickly. Someone else has usually wrote what u need. Creating your own modules also make your code look a helluva lot clearer. You needn't worry about installing the modules too, simply place them somewhere u have priviliges. Then use a BEGIN statement. BEGIN { push( @INC, '/path/to/module'); }; :)