Hello,
Could someone please help me define and imported a subroutine. I will try to make this simple.
Script-A contains all of the processes for script-B. Script-A uses script-B as a 'use base'.
Script-A (containing the processes) has subroutine-1 which is used by subroutine-2
How do I import/define script-A subroutine-2 to script-B.
On Script-A subroutine-2
This ...