in reply to perl module
Update : Karl was faster than me and he is right to point out that the admittied convention recommend your module name to be:use lib 'path of the module'; use banking::field;
and to change the directory and file names accordingly.use Banking::Field;
|
|---|