Hi,
I have a number of .pm files (all contained in ./lib) - this was one file, but I split it up as the number of subroutines was getting unmanagable. Each file contains methods that are used by subroutines in the other .pm files.
Do I have to to put use a; use b; use c; etc... in all of my files, or is it possible to do this in just one file, as long as all of the file use this same file.
Or is there another better way to do this.
TIA,
Fraser
I have a number of .pm files (all contained in ./lib) - this was one file, but I split it up as the number of subroutines was getting unmanagable. Each file contains methods that are used by subroutines in the other .pm files.
Do I have to to put use a; use b; use c; etc... in all of my files, or is it possible to do this in just one file, as long as all of the file use this same file.
Or is there another better way to do this.
TIA,
Fraser