B
birdsong9
I'm a novice perl programmer but have been thinking about this
question for a long time and finally decided to see if I could get
some advice... I have a program that is several thousand lines of
code, mostly broken up into dozens of subroutines, and if it's
possible to do so would like to be able to call a subroutine that is
stored in a separate file location and have it share data back and
forth with my program. Is it possible to do this without creating
modules?
Any assistance would be greatly appreciated.
question for a long time and finally decided to see if I could get
some advice... I have a program that is several thousand lines of
code, mostly broken up into dozens of subroutines, and if it's
possible to do so would like to be able to call a subroutine that is
stored in a separate file location and have it share data back and
forth with my program. Is it possible to do this without creating
modules?
Any assistance would be greatly appreciated.