in reply to Re^2: How to pass file paths in a master script which is used to run several perl scripts?
in thread How to pass file paths in a master script which is used to run several perl scripts?
Consider using a config file and read the values within the child scripts, depending on whatever criteria you have to work with. If you have that many path variables it's worth thinking about this rather than managing then all within a series of scripts.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: How to pass file paths in a master script which is used to run several perl scripts?
by ankit.tayal560 (Beadle) on Oct 18, 2016 at 10:56 UTC | |
by marto (Cardinal) on Oct 18, 2016 at 11:08 UTC | |
by karlgoethebier (Abbot) on Oct 18, 2016 at 19:08 UTC |