in reply to Re: How to make a thread to wait till a command on shell get completed.
in thread How to make a thread to wait till a command on shell get completed.
Basically I am using back tick operator due to which multiple instance of gzip get triggered as the thread is not waiting for the shell to return.
So how I can achieve blocking of thread in case of back tick.
In Section
Seekers of Perl Wisdom