in reply to perl module

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

Je suis Charlie.