in reply to Re: How to read from shell command and terminate it afterwards?
in thread How to read from shell command and terminate it afterwards?
Thank you, chessgui. Unfortunately I am new to perl. Could you give me a code snippet? In shell I would have done something like that:
mDNS -L "Name" _services._tcp domain. & sleep 2 kill -s SIGINT $!
In perl it sounds like much more complicated
Thanks,
Wen
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How to read from shell command and terminate it afterwards?
by chessgui (Scribe) on Feb 10, 2012 at 06:55 UTC | |
|
Re^3: How to read from shell command and terminate it afterwards?
by rovf (Priest) on Feb 10, 2012 at 10:59 UTC | |
by chessgui (Scribe) on Feb 10, 2012 at 11:33 UTC |