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
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