Another point, instead of:
system("mknod named.pipe p");
You should probably use POSIX::mkfifo:
use POSIX 'mkfifo'; mkfifo 'named.pipe' or die "Cannot create FIFO 'named.pipe' $!";
In reply to Re: Problem with FIFO
by jwkrahn
in thread Problem with FIFO
by pktrain
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |