in reply to Re^3: How to give input and collect output of a perl script using another perl script
in thread How to give input and collect output of a perl script using another perl script
For the first time, I could group all my perl scripts into single package. With-in this package, I placed one main executable script. Any one who wants to use my scripts, has to run this main executable script. Depending upon user requirements, appropriate module will be called by that main script.
|
|---|