in reply to Re^2: retrieve the value of a system call in a non blocking mode
in thread Do not display the command result in the console (updated)
Hi Chris, the result of
echo test > myfile.txt") or die $!;is to still display the command output in the console as usual, i cannot input anything exept SIGINT or SIGTERM, the screen display is dynamic but it doesn't create lines in the console except spaces and then freeze on the last screen when I kill the program. Maybe this precisions will be helpful.
The .txt is created but it only contains two lines of spaces.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: retrieve the value of a system call in a non blocking mode
by taint (Chaplain) on Dec 06, 2013 at 00:56 UTC | |
by young_monk_love_perl (Novice) on Dec 06, 2013 at 09:21 UTC |