Hihow to call an ipl from another ipl by passing arguments from there how to read the argumentsThanks & RegardsPavan K Ponnapalli
If you have the option to do so - I'd recommend making the second script a module and calling the subroutines or methods directly from the first script so as to avoid the overhead of invoking a second shell process to run the second perl script.