I have couple of perl modules like connectivity.pm, ipc.pm, ue.pm, db.pm, general.pm
All these modules have functions according to their functionality.
Now there are certain modules call each other like connectivity.pm calls db.pm and db.pm calls connectivity.pm functions.
Now I can't call use db in connectivity and use connectivity in db.pm. It gives me error predefined and if I don't call then i am getting function missing error.
Could you please tell me how to achieve this kind of scenario?
thanks --girijaIn reply to Nested Modules in perl by gjoshi
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |