Hi,
I have a doubt if this can be implemented .
When we have a module say Employee.pm with subroutines say add,find,save,list when we use Employee.pm we can load all or specific functions using Export and Export_ok
Similiarly instead of telling Perl interpretor with several statements of use will a single statement use all the modules with in a directory.
Eg
If i have 10 -15 modules in a directory instead of telling 10-15 use can a simplified command to tell perl interpretor load all the modules under this directory be implemented.
Any clues on the above?
Regards