Re: Global config file....this time defining modules to use...

2003-06-11 Thread Peter Scott
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Hamish Whittal) writes: >Hi All, > >I have a module OraMod.pm that exports some subroutines > >I also have Common.pm which sets up a whole host of environment >variables for use throughout all the modules that I have created. What I >now want

Global config file....this time defining modules to use...

2003-06-11 Thread Hamish Whittal
Hi All, I have a module OraMod.pm that exports some subroutines I also have Common.pm which sets up a whole host of environment variables for use throughout all the modules that I have created. What I now want to do is, instead of placing the use OraMod qw(sub1, sub2, sub3) at the top of all