Help for this page
system("mknod named.pipe p");
use POSIX 'mkfifo'; mkfifo 'named.pipe' or die "Cannot create FIFO 'named.pipe' $!";