in reply to Re: Integrating shell cmd to perl script
in thread Integrating shell cmd to perl script
If i call the subroutine (which has the shell cmd), each time from different part of the script, control goes to the subroutine and executes the shell command. The problem here is , when it enters the subroutine and executes the shell cmd it wait take x time to finish the task, which means it is a separate activity. This is what i do not want. Instead, my shell cmd should not have any connections to my other areas/testcases in the script. It should be a complete isolated thread/activity. It should start, execute on its own, finally it should pass the control back, when the script is completed
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Integrating shell cmd to perl script
by Corion (Patriarch) on Mar 25, 2015 at 09:17 UTC | |
by Anonymous Monk on Mar 25, 2015 at 09:37 UTC | |
by Corion (Patriarch) on Mar 25, 2015 at 09:39 UTC | |
by anonymized user 468275 (Curate) on Mar 25, 2015 at 18:49 UTC | |
by Anonymous Monk on Mar 25, 2015 at 09:21 UTC |