I have a perl file that contains a whole bunch of subroutines. I have a set of different perl scripts that would reuse the subroutines so that I do not have to copy paste the routines all the time.
An important question I have regarding this is that when above is possible, are the variables then known in the load shared library.